Skip to content

Commit

Permalink
馃懛 Docs: Testing mkdocs-material master branch
Browse files Browse the repository at this point in the history
- 馃悰 Updated workflow to test if `mkdocs-material` master branch commit squidfunk/mkdocs-material@a261130 by @squidfunk fixes the bug mentioned in the issue #318.
  • Loading branch information
abhiTronix committed Jul 3, 2022
1 parent cec4520 commit d98ece7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ jobs:
if: success()
- name: install_dependencies
run: |
pip install -U mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-exclude mike mkdocstrings mkdocstrings-python-legacy
pip install -U mkdocs mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-exclude mike mkdocstrings mkdocstrings-python-legacy
pip install -U https://github.com/squidfunk/mkdocs-material/archive/a261130.zip
pip install jinja2==3.0.*
if: success()
- name: git configure
Expand Down

0 comments on commit d98ece7

Please sign in to comment.