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 17, 2024
1 parent ac520f1 commit 14c68ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14c68ca

Please sign in to comment.