Skip to content

Commit

Permalink
fix(book) jupiter notebook fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoChiosa committed Jul 3, 2024
1 parent 05ac5f3 commit 19a3f54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pages: write
contents: write
id-token: write
steps:
- name: "Checkout"
Expand All @@ -26,11 +27,11 @@ jobs:
with:
python-version: "3.11"
- name: "Install Poetry"
run: python -m pip install poetry && python -m poetry install --with docs
run: python -m pip install poetry && python -m poetry install --with docs && ls
- name: "Build the book"
run: pip install jupyter-book && jupyter-book build docs
- name: "GitHub Pages action"
uses: peaceiris/actions-gh-pages@v3.6.1
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "docs/_build/html"

0 comments on commit 19a3f54

Please sign in to comment.