From cf6106a9c94bb717c48f02c1d070e5ff71515997 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 18:16:50 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/apidocs.yml b/.github/workflows/apidocs.yml index 60ee4d91..d84cc8b7 100644 --- a/.github/workflows/apidocs.yml +++ b/.github/workflows/apidocs.yml @@ -23,7 +23,8 @@ jobs: - name: get doc run: | - /noti-service/gradlew :noti-service:clean :noti-service:generateOpenApiDocs + ls + noti-service/gradlew :noti-service:clean :noti-service:generateOpenApiDocs - name: generate document html run: |