Skip to content

Commit

Permalink
fix docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
biplovbhandari committed Jul 7, 2024
1 parent c16b5f6 commit 542d75d
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 @@ -29,7 +29,7 @@ jobs:
pip install pytest
- name: PKG-TEST
run: |
python -v -s tests/
pytest -v -s tests/
- run: python -m pip install --upgrade pip
- run: pip install mkdocs-material mkdocstrings mkdocstrings-python-legacy mkdocs-git-revision-date-plugin mkdocs-jupyter mkdocs-bibtex mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force

0 comments on commit 542d75d

Please sign in to comment.