Skip to content

Commit

Permalink
fix actions workflow and environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Dec 22, 2022
1 parent bf56ffe commit 78ab411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
python-version: 3.9

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.1.1
uses: conda-incubator/setup-miniconda@v2.2.0
with:
environment-file: environment.yml
activate-environment: thermo-env
activate-environment: me373-book
python-version: 3.9
auto-activate-base: false

Expand All @@ -35,7 +35,7 @@ jobs:
# Push the book's HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.7.3
uses: peaceiris/actions-gh-pages@v3.9.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/_build/html
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: me373-book
channels:
- conda-forge
dependencies:
- python=3.10
- python=3.9
- jupyter-book
- numpy
- scipy
Expand Down

0 comments on commit 78ab411

Please sign in to comment.