Skip to content

Commit

Permalink
May fix mkdocs action build (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Mar 24, 2023
1 parent 81b4471 commit d545dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Installation dependency
- run: pip install git+https://github.com/IMSUVEN/mkdocs.git
- run: pip install mkdocs-material==7.1.8 mkdocs-material-extensions==1.0.1 pymdown-extensions==8.2 jieba==0.42.1
- run: pip install mkdocs-material==7.1.8 mkdocs-material-extensions==1.0.1 pymdown-extensions==8.2 jieba==0.42.1 pygments==2.11.0

# Deploy website
- run: mkdocs gh-deploy --force

0 comments on commit d545dc5

Please sign in to comment.