forked from lthn/blockchain
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7bdc12bcff
commit
6bc491e7e2
1 changed files with 1 additions and 1 deletions
2
.github/actions/make-docs/action.yml
vendored
2
.github/actions/make-docs/action.yml
vendored
|
|
@ -16,7 +16,7 @@ runs:
|
|||
restore-keys: |
|
||||
mkdocs-material-
|
||||
|
||||
- if: runner.os == 'linux'
|
||||
- if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant
|
||||
- run: pip install mkdocs-git-revision-date-localized-plugin cairosvg mkdocs-git-committers-plugin-2 mkdocs-git-authors-plugin mkdocs-material[imaging]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue