Skip to content

Commit

Permalink
.github: fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Alexandre Meyer <[email protected]>
  • Loading branch information
pierre committed Nov 2, 2020
1 parent 318a79d commit 8e55734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
bash make.sh
- name: Publish pages
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
source $HOME/.rvm/scripts/rvm
bash update_gh-pages.sh
2 changes: 1 addition & 1 deletion update_gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ git config user.email "[email protected]"
git add $VERSION
git add latest
git commit -m "Docs update"
git push -f gh-pages:gh-pages
git push -f "https://${GH_TOKEN}:x-oauth-basic@${GH_REF}" gh-pages:gh-pages
popd

0 comments on commit 8e55734

Please sign in to comment.