Skip to content

Commit

Permalink
Update publish-book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jul 12, 2024
1 parent 8c62535 commit 0dfcd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
ghp-import -n -c "impact-scholars.neuromatch.io" -m "Update course book" book/_build/html
ghp-import -n -c "impact-scholars.neuromatch.io" -m "Update course book" _build/html
git checkout -f gh-pages
- name: Publish to gh-pages
Expand Down

0 comments on commit 0dfcd5c

Please sign in to comment.