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 28dac0e commit 19d6eb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/apiDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,5 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "DDonghyeo"
git add .
git checkout apiDocs
git remote add norigin ${{ secrets.REPOSITORY_URL }}
git commit -m "📝docs : Generate API Docs"
git push norigin apiDocs
git push ${{ secrets.REPOSITORY_URL }} HEAD:apiDocs

0 comments on commit 19d6eb1

Please sign in to comment.