Skip to content

Commit

Permalink
Merge pull request #4 from TuftsRT/develop
Browse files Browse the repository at this point in the history
develop
  • Loading branch information
ukukas authored Nov 28, 2023
2 parents 5b5dbf8 + 7ac391e commit dd0d330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.10.13
- run: pip install -r requirements.txt
- run: pip install -r requirements-prod.txt
- run: jupyter-book build ./source
- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jupyter-book==0.15.1
jupytext==1.15.2

0 comments on commit dd0d330

Please sign in to comment.