From e7cb8a40798afbd459e3d3cf5477f5c83ac0595a Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Sat, 18 May 2024 00:34:08 +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 e32a7e02..47fb09a1 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -42,7 +42,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v9 with: - args: 'bundle ./noti.json ./user.json ./weather.json --output ./index.html --ext html' + args: 'bundle ./user.json ./noti.json ./weather.json --output ./index.html --ext html' # - name: Rename Yaml Title & Desc # run: |