push to pages

This commit is contained in:
Sidharth Vinod
2021-06-03 00:25:19 +05:30
parent 0b7f1a8e4e
commit a9dcc95f8c
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
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 pull origin gh-pages
git add .
git commit -nm "Release $version"
git push origin gh-pages