Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 committed Aug 25, 2022
1 parent bff5900 commit 679fe68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
activate-environment: mkdocs
# activate-environment: mkdocs
- run: conda install jinja2
- run: conda install mkdocs mkdocs-material mkdocs-jupyter mkdocs-exclude -c conda-forge
- run: $CONDA/envs/mkdocs/bin/mkdocs gh-deploy --force
- run: $CONDA/bin/mkdocs gh-deploy --force

0 comments on commit 679fe68

Please sign in to comment.