From 868989260f701f940d42a42d0e04c93d5f053846 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 18:16:04 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= 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 49d6bdd1..60ee4d91 100644 --- a/.github/workflows/apidocs.yml +++ b/.github/workflows/apidocs.yml @@ -23,7 +23,7 @@ jobs: - name: get doc run: | - ./noti-service/gradlew :noti-service:clean :noti-service:generateOpenApiDocs + /noti-service/gradlew :noti-service:clean :noti-service:generateOpenApiDocs - name: generate document html run: |