Skip to content

Commit

Permalink
Merge pull request #3 from ToposInstitute/dev
Browse files Browse the repository at this point in the history
edit github action
  • Loading branch information
aaguinal authored Jan 26, 2024
2 parents 59e94b6 + 8e68426 commit 6a5a640
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/juypter-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
pip install ghp-import
- name: Build Jupyter Book
run: |
jupyter-book build .
ghp-import -n -p -f _build/html
run: jupyter-book build .

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_build/html

0 comments on commit 6a5a640

Please sign in to comment.