diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d68276..952a493 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,12 @@ jobs: - name: Build the book run: | jupyter-book build . + # Book is now in _build/html + publish: + needs: deploy-book + runs-on: ubuntu-latest + steps: # Push the book's HTML to github-pages - name: GitHub Pages action uses: peaceiris/actions-gh-pages@v3.6.1