This commit is contained in:
Sidharth Vinod
2021-06-03 00:28:06 +05:30
parent a9dcc95f8c
commit 998cc45b01
+12 -7
View File
@@ -49,10 +49,15 @@ jobs:
cd bin
./fix-path
cd ..
git config user.name github-actions
git config user.email github-actions@github.com
git config pull.rebase false
# git pull origin gh-pages
git add .
git commit -nm "Release $version"
git push origin gh-pages
# git config user.name github-actions
# git config user.email github-actions@github.com
# git config pull.rebase false
# # git pull origin gh-pages
# git add .
# git commit -nm "Release $version"
# git push --force origin gh-pages
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs