Skip to content

Commit

Permalink
⏪️ CI: Reverted to mkdocs-material release installation. (Fixed #318)
Browse files Browse the repository at this point in the history
- Bug fix has been released as part of new version `8.3.9`.
  • Loading branch information
abhiTronix committed Jul 5, 2022
1 parent 8c90921 commit 89c43ac
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
if: success()
- name: install_dependencies
run: |
pip install -U mkdocs
pip install https://github.com/squidfunk/mkdocs-material/archive/master.zip
pip install -U mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-exclude mike mkdocstrings mkdocstrings-python-legacy
pip install -U mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-exclude mike mkdocstrings mkdocstrings-python-legacy
pip install jinja2==3.0.*
if: success()
- name: git configure
Expand Down Expand Up @@ -90,9 +88,7 @@ jobs:
if: success()
- name: install_dependencies
run: |
pip install -U mkdocs
pip install https://github.com/squidfunk/mkdocs-material/archive/master.zip
pip install -U mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-exclude mike mkdocstrings mkdocstrings-python-legacy
pip install -U mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-exclude mike mkdocstrings mkdocstrings-python-legacy
pip install jinja2==3.0.*
if: success()
- name: git configure
Expand Down Expand Up @@ -136,9 +132,7 @@ jobs:
if: success()
- name: install_dependencies
run: |
pip install -U mkdocs
pip install https://github.com/squidfunk/mkdocs-material/archive/master.zip
pip install -U mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-exclude mike mkdocstrings mkdocstrings-python-legacy
pip install -U mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-exclude mike mkdocstrings mkdocstrings-python-legacy
pip install jinja2==3.0.*
if: success()
- name: git configure
Expand Down

0 comments on commit 89c43ac

Please sign in to comment.