From bb163275c6497c7753f014f320f1bded4992acd4 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 18:28:19 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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