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 5a3136a commit 94ad6a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
cp ./noti-service/docs/noti.json ./
cp ./user-service/docs/user.json ./
cp ./weather-service/docs/weather.json ./
ls -all
# Redoc : json ํŒŒ์ผ join
Expand All @@ -31,6 +32,9 @@ jobs:
with:
args: 'join noti.json --prefix-tags-with-filename=true user.json --prefix-tags-with-filename=true weather.json --prefix-tags-with-filename=true --output api.json'

- name : ls
run : |
ls -all
# Redoc : json ํŒŒ์ผ join
- name: redoc-cli-github-action
Expand Down

0 comments on commit 94ad6a9

Please sign in to comment.