Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anumazam authored Jan 23, 2022
1 parent bc487dc commit d31114e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Build the book
- name: Build the book
run: |
jupyter-book toc from-project anumazam.github.io -e .md -e .ipynb > anumazam.github.io/_toc.yml; jupyter-book build anumazam.github.io
jupyter-book toc from-project anumazam.github.io -e .md -e .ipynb > _toc.yml; jupyter-book build anumazam.github.io
# Deploy the book's HTML to gh-pages branch
- name: GitHub Pages action
Expand Down

0 comments on commit d31114e

Please sign in to comment.