Skip to content

Commit

Permalink
Updated action paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhr committed Sep 4, 2023
1 parent 6526c1c commit 0ead02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
bash -s -- --batch
conda env create -f env-dev.yml
conda run --name maize-dev pip install .
conda run --name maize-dev sphinx-build -b html . _build/html
conda run --name maize-dev sphinx-build -b html -c docs/conf.py docs docs/_build/html
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 0ead02e

Please sign in to comment.