From 14c68ca1d4ad42994b8c9a2d47a34e8b3d586727 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Sat, 18 May 2024 00:22:31 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 3e036dd3..a029fa6f 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -50,10 +50,10 @@ jobs: # yq -i '.info.title = "Waither Backend API Document for FrontEnd"' ./api.yaml # yq -i '.info.description = "Please contact Petstore backend if there are any issues with API"' ./api.yaml - # - name: redoc-cli-github-action - # uses: seeebiii/redoc-cli-github-action@v9 - # with: - # args: 'build-docs ./api.yaml --output ./index.html' + - name: redoc-cli-github-action + uses: seeebiii/redoc-cli-github-action@v9 + with: + args: 'build-docs ./api.yaml --output ./index.html' # 웹페이지 Repository에 Push 합니다. - name: Install SSH Key