We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7690a6d commit 7187e41Copy full SHA for 7187e41
.github/workflows/ci.yml
@@ -19,6 +19,6 @@ jobs:
19
path: .cache
20
restore-keys: |
21
mkdocs-material-
22
- - run: sudo apt install libcairo2
+ - run: sudo apt install libcairo2 zlib1g-dev
23
- run: pip install -r requirements.txt
24
- run: mkdocs gh-deploy --force
0 commit comments