diff --git a/.github/workflows/apidocs.yml b/.github/workflows/apidocs.yml index 744e596a..6fdb9f11 100644 --- a/.github/workflows/apidocs.yml +++ b/.github/workflows/apidocs.yml @@ -23,7 +23,7 @@ jobs: - name: get doc run: | ls -all - ./gradlew :noti-service:clean :noti-service:generateOpenApiDocs + ./noti-service/gradlew :noti-service:clean :noti-service:generateOpenApiDocs - name: redocly-cli