Skip to content

Commit

Permalink
github version and avatar support
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan Chiang committed Apr 14, 2023
1 parent f8471f3 commit 0e531ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
"mkdocs-minify-plugin>=0.3" \
"mkdocs-rss-plugin>=1.2" \
"mkdocs-redirects>=1.0" \
"pillow<10"
"pillow<10" \
lxml
- name: Install Insiders build
if: github.event.repository.fork == false
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
mkdocs-material-extensions \
mkdocs-git-revision-date-localized-plugin \
mkdocs-git-committers-plugin-2 \
pymdown-extensions
pymdown-extensions \
lxml
- run: mkdocs gh-deploy --force

0 comments on commit 0e531ac

Please sign in to comment.