diff --git a/.github/workflows/apidocs.yml b/.github/workflows/apidocs.yml index d769b128..44a4acbe 100644 --- a/.github/workflows/apidocs.yml +++ b/.github/workflows/apidocs.yml @@ -35,7 +35,7 @@ jobs: run: | cd ./noti-service ls -all - ./gradlew :noti-service:clean :noti-service:generateOpenApiDocs + ./noti-service/gradlew :noti-service:clean :noti-service:generateOpenApiDocs #redoc Set up - name: redocly-cli