Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed Nov 30, 2023
1 parent 18ed98a commit 0f93b1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Miniconda
uses: conda-incubator/[email protected]
with:
uses: conda-incubator/[email protected]
with:
# channels: conda-forge,defaults
# channel-priority: true
activate-environment: ols-program-paper
environment-file: environment.yml
activate-environment: ols-program-paper
environment-file: environment.yml
- name: Build the book
run: |
jupyter-book build .
Expand Down

0 comments on commit 0f93b1a

Please sign in to comment.