We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044ac4b commit ec6cccfCopy full SHA for ec6cccf
.github/workflows/ci.yml
@@ -17,7 +17,6 @@ jobs:
17
- uses: actions/cache@v4
18
with:
19
key: ${{ github.ref }}
20
- path: .cache
21
- run: pip install mkdocs-material
22
- run: pip install pillow cairosvg
23
- run: mkdocs gh-deploy --force
0 commit comments