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 fb6f36e commit 6659aca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade pip
pip install mkdocs
pip install mkdocs-gen-files
pip install mkdocs-same-dir
pip install pymdown-extensions
pip install mkdocs-pymdownx-material-extras
Expand All @@ -35,4 +37,4 @@ jobs:
pip install mkdocs-material
- name: Deploy documentation
run: mkdocs gh-deploy -d https://mjo22.github.io/cryojax
run: mkdocs gh-deploy

0 comments on commit 6659aca

Please sign in to comment.