Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjimaclellan committed Oct 31, 2024
1 parent d0ddd0e commit c59ff69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
mkdocs-material-
# - run: python -m pip install -e . --no-deps
- run: git submodule update --init --recursive
- run: pip install docs/requirements_docs.txt
- run: pip install .[docs]
- run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ docs = [
"jupyter",
"jupyter_contrib_nbextensions",
"mkdocs-jupyter",
"mkdocs-monorepo-plugin"
]
test = ["unittest_prettify"]

Expand Down

0 comments on commit c59ff69

Please sign in to comment.