From 85b4df84e4a6a1e023137a2b6d0cf096caf103dd Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 18:37:23 +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 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