Skip to content

Commit

Permalink
Force FIX : lxml failing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Apr 23, 2024
1 parent 36695c3 commit 921ef02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
publish_branch: gh-pages
- name: Install Dependencies
run: |
pip install mkdocs-material==8.5.11 mkdocs-jupyter==0.22.0 neoteroi-mkdocs==0.1.2 mkdocs-awesome-pages-plugin==2.9.2
pip install mkdocs-material==8.5.11 mkdocs-jupyter==0.22.0 neoteroi-mkdocs==0.1.2 mkdocs-awesome-pages-plugin==2.9.2 lxml_html_clean==0.1.1
- name: Deploy Documentation
run: python -m mkdocs gh-deploy --force -f mkdocs.yml
run: python -m mkdocs gh-deploy --force -f mkdocs.yml

0 comments on commit 921ef02

Please sign in to comment.