Skip to content

Commit

Permalink
Update apiDocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 19, 2024
1 parent 5fa0391 commit 7f6eb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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: 'join ./user.json ./noti.json ./weather.json --output api.yaml'
args: 'join user.json noti.json weather.json -o api.yaml'

- name: check result
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
- 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 -o index.html'

- name: check result
run: |
Expand Down

0 comments on commit 7f6eb0d

Please sign in to comment.