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 71c73c8 commit 2a7d80a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
git config --global user.email "[email protected]"
git add .
git commit -m "📝docs : Generate API Docs"
git push ${{ secrets.REPOSITORY_URL }} HEAD:apiDocs
git remote set-url origin ${{ secrets.REPOSITORY_URL }}
git push origin apiDocs

0 comments on commit 2a7d80a

Please sign in to comment.