Skip to content

Commit

Permalink
Splitting build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Jun 29, 2024
1 parent 0672765 commit 102c25d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 102c25d

Please sign in to comment.