mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-24 10:26:54 +08:00
Fixing CI
This commit is contained in:
parent
f5aebcc9b4
commit
e55b35b1a4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -22,5 +22,6 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
mkdocs-material-
|
mkdocs-material-
|
||||||
- run: pip install mkdocs-material
|
- run: pip install mkdocs-material
|
||||||
- run: pip install pillow cairosvg glightbox
|
- run: pip install pillow cairosvg
|
||||||
|
- run: pip install glightbox
|
||||||
- run: mkdocs gh-deploy --force
|
- run: mkdocs gh-deploy --force
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue