Skip to content

Commit

Permalink
change action for publishing page
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Nov 25, 2024
1 parent 58468eb commit 6da520f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
run: |
jupyter-book build book --all
# Deploy the book's HTML to gh-pages branch
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.6.1
- name: Deploy Documentation
uses: JamesIves/github-pages-deploy-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: book/_build/html
folder: book/_build/html

0 comments on commit 6da520f

Please sign in to comment.