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 6df630b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,20 @@ 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-stats
environment-file: environment.yml
- shell: bash -el {0}
run: |
conda info
conda list
conda config --show-sources
conda config --show
- name: Build the book
shell: bash -el {0}
run: |
jupyter-book build .
# Push the book's HTML to github-pages
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ols-program-paper
name: ols-stats
channels:
- conda-forge
- defaults
Expand Down

0 comments on commit 6df630b

Please sign in to comment.