Skip to content

Commit

Permalink
Merge branch 'main' of github.com:firasm/jupyterbook_course_template
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Jul 13, 2022
2 parents 4dd076b + 398a24d commit 55e0308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
jupyter-book build .
# Push the book's HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/[email protected]
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_build/html

0 comments on commit 55e0308

Please sign in to comment.