Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
G5Sonic committed May 7, 2024
2 parents 8446561 + 8b8cbb8 commit b69667e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ jobs:
node-version: '20'
- run: pip install -U jupyter-book
- run: jupyter-book build .
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_build/html

0 comments on commit b69667e

Please sign in to comment.