diff --git a/.github/workflows/apidocs.yml b/.github/workflows/apidocs.yml index 6fdb9f11..b31c4f97 100644 --- a/.github/workflows/apidocs.yml +++ b/.github/workflows/apidocs.yml @@ -22,8 +22,9 @@ jobs: distribution: 'zulu' - name: get doc run: | + cd ./noti-service ls -all - ./noti-service/gradlew :noti-service:clean :noti-service:generateOpenApiDocs + ./gradlew :noti-service:clean :noti-service:generateOpenApiDocs - name: redocly-cli