Skip to content

Commit

Permalink
📝 docs : API 문서 통합
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 17, 2024
1 parent 14c68ca commit 20f67d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ 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: |
# cat ./api.yaml
# 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
Expand Down

0 comments on commit 20f67d5

Please sign in to comment.