Skip to content

Commit

Permalink
📝docs : 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 9, 2024
1 parent 3b1d4af commit c6eefa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: redoc-cli-github-action
uses: seeebiii/redoc-cli-github-action@v9
with:
args: 'bundle ./noti-service/docs/noti.json --output ./noti-service/docs/api-docs.html --ext html'
args: 'bundle ./noti-service/docs/noti.json --output ./noti-service/docs/index.html --ext html'

# - name: Rename Yaml Title & Desc
# run: |
Expand All @@ -39,7 +39,7 @@ jobs:
- name: save build result to tmp dir
run: |
mkdir -p docs
mv ./noti-service/docs/api-docs.html ./docs
mv ./noti-service/docs/index.html ./docs
- name: Install SSH Key
uses: webfactory/[email protected]
Expand All @@ -57,8 +57,8 @@ jobs:
- name: Install SSH Key
uses: leigholiver/[email protected]
with:
source: ./docs/api-docs.html
source: ./docs/index.html
destination_folder: docs
destination_repo: WaitherTeam/Waither-BE
destination_branch: apiDocs
destination_repo: WaitherTeam/api-docs.io
destination_branch: main
deploy_key: ${{ secrets.DEPLOY_KEY }}

0 comments on commit c6eefa7

Please sign in to comment.