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 e7cb8a4 commit f408654
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,18 @@ jobs:
cp ./weather-service/docs/weather.json ./
ls -all
# - name : join
# run : |
# redocly join ./noti.json ./user.json ./weather.json -o ./api.json

# Redoc : json 파일 join
# - name: redoc-cli-github-action
# uses: seeebiii/redoc-cli-github-action@v9
# with:
# args: 'join ./noti.json ./user.json -o ./api.json'
- name: redoc-cli-github-action
uses: seeebiii/redoc-cli-github-action@v9
with:
args: 'join ./noti.json ./user.json ./weather.json -o ./api.json'

- name: Change File Ownership
run: sudo chown --recursive --preserve-root --verbose runner:docker ./api.json

# - name : ls
# run : |
Expand Down

0 comments on commit f408654

Please sign in to comment.