From 9e0902cf35a0e828f4de05d2400f6a34cd5cca7f Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Sat, 18 May 2024 00:08:54 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20api=20docs=20=EC=88=98?= =?UTF-8?q?=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 cae6ce96..2f8fc196 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -41,7 +41,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v9 with: - args: 'bundle ./api.json --output ./api.yaml --ext yaml' + args: 'bundle ./api.json --output ./api.yaml --ext yaml --verbose' - name: Rename Yaml Title & Desc run: |