Skip to content

Commit

Permalink
Workflow Github Action deployment update
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanderwijst committed Mar 1, 2024
1 parent 21db78f commit 523afea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-open-in-new-tab mkdocstrings pyomo pint pyyaml pandas numpy scipy
- run: pip install mkdocs-material mkdocs-open-in-new-tab mkdocstrings pyomo pint pyyaml pandas numpy scipy mkdocstrings_handlers
- run: mkdocs gh-deploy --force
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ pandas
pyomo
pint
pyyaml
scipy

# For documentation:
# mkdocs
# mkdocs-open-in-new-tab
# mkdocs-material
# mkdocstrings
# mkdocstrings_handlers


# For export:
Expand Down

0 comments on commit 523afea

Please sign in to comment.