We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318a79d commit 8e55734Copy full SHA for 8e55734
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
bash make.sh
42
- name: Publish pages
43
env:
44
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
45
run: |
46
source $HOME/.rvm/scripts/rvm
47
bash update_gh-pages.sh
update_gh-pages.sh
@@ -22,5 +22,5 @@ git config user.email "[email protected]"
22
git add $VERSION
23
git add latest
24
git commit -m "Docs update"
25
-git push -f gh-pages:gh-pages
+git push -f "https://${GH_TOKEN}:x-oauth-basic@${GH_REF}" gh-pages:gh-pages
26
popd
0 commit comments