Skip to content

Commit

Permalink
Fix guide github action (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmerrol committed Mar 4, 2024
1 parent 8f6b1c5 commit 2513a9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git init
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git add -A
git commit -m 'deploy'
git push -f https://x-access-token:${GITHUB_TOKEN}@github.com/bethgelab/foolbox.git master:gh-pages
Expand Down

0 comments on commit 2513a9a

Please sign in to comment.