diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 31ae33cb..d7a010fe 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -47,6 +47,7 @@ jobs: git config --global user.email "gsu9045000@gmail.com" 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