Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjo22 authored Mar 23, 2024
1 parent 5e5351f commit e02177d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[docs]
pip install mkdocs
pip install mkdocs-same-dir
pip install pymdown-extensions
pip install mkdocs-pymdownx-material-extras
pip install mkdocs-autorefs
pip install mkdocs-simple-plugin
pip install mknotebooks
pip install mkdocstrings-python
pip install mkdocs-material
- name: Deploy documentation
run: mkdocs gh-deploy -d https://mjo22.github.io/cryojax

0 comments on commit e02177d

Please sign in to comment.