From 5fa0391b9d58d959739f5d6949ae46c982604c7a Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Mon, 20 May 2024 01:03:35 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 9d527e8c..6653f8f7 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -47,7 +47,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v10 with: - args: 'bundle ./user.json ./noti.json ./weather.json --output ./api.yaml --ext yaml' + args: 'join ./user.json ./noti.json ./weather.json --output api.yaml' - name: check result run: | @@ -60,10 +60,11 @@ 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@v10 with: - args: 'build-docs api.yaml --ouput=index.html' + args: 'build-docs api.yaml --ouput index.html' - name: check result run: |