Skip to content

Commit

Permalink
Update deploy_book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber authored Sep 5, 2023
1 parent 26df602 commit 5cefc53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
use-mamba: true
environment-file: environment.yml

# Build the book
- name: Build the book
run: |
pip install jupyter-book
jupyter-book build .

0 comments on commit 5cefc53

Please sign in to comment.