From 20f67d51bdc7d5bd0b2b0a82d668c95bf520841b Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Sat, 18 May 2024 00:23:47 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index a029fa6f..2392a554 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 ./api.yaml --ext yaml' + args: 'bundle ./noti.json ./user.json ./weather.json --output ./api.html --ext html' # - name: Rename Yaml Title & Desc # run: | @@ -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