From c10f48950d016f8fbb92a133a9f0d47c756a0ddb Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 18:30:10 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs=20:=20API=20=EB=AC=B8?= =?UTF-8?q?=EC=84=9C=20=ED=86=B5=ED=95=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/apidocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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