From e13c60f8ec3df8653c43921fc18a7f9dd6ab39ee Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Thu, 9 May 2024 20:17:43 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20api=20docs=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= 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 aea778d6..83566e29 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -23,7 +23,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v9 with: - args: 'bundle ./noti.json --output ./noti.yaml --ext yaml' + args: 'bundle ./noti-service/docs/noti.json --output ./noti-service/docs/noti.yaml --ext yaml' - name: Rename Yaml Title & Desc run: |