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 7c52c9e commit e6b0e50
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 @@ -45,6 +45,6 @@ jobs:
- name: Commit and push build artifacts
run: |
git add .
git remote add origin ${{ secrets.REPOSITORY_URL }}
git remote add norigin ${{ secrets.REPOSITORY_URL }}
git commit -m "📝docs : Generate API Docs"
git push origin apiDocs
git push norigin apiDocs

0 comments on commit e6b0e50

Please sign in to comment.