Skip to content

Commit

Permalink
📝docs : api docs 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 19, 2024
1 parent 2a1c6f1 commit 5fa0391
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 5fa0391

Please sign in to comment.