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 20f67d5 commit a17f2bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: redoc-cli-github-action
uses: seeebiii/redoc-cli-github-action@v9
with:
args: 'bundle ./noti.json ./user.json ./weather.json --output ./api.html --ext html'
args: 'bundle ./noti.json ./user.json ./weather.json --output ./index.html --ext html'

# - name: Rename Yaml Title & Desc
# run: |
Expand All @@ -55,6 +55,11 @@ jobs:
# with:
# args: 'build-docs ./api.yaml --output ./index.html'


- name : ls
run : |
ls -all
# 웹페이지 Repository에 Push 합니다.
- name: Install SSH Key
uses: leigholiver/[email protected]
Expand Down

0 comments on commit a17f2bb

Please sign in to comment.