We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a6f96 commit 034f9b7Copy full SHA for 034f9b7
.github/workflows/ci.yml
@@ -14,18 +14,21 @@ jobs:
14
- uses: actions/setup-python@v4
15
with:
16
python-version: 3.x
17
- - name: Set up build cache
18
- - uses: actions/cache/restore@v4
+
+ - name: Set up build cache
19
+ uses: actions/cache/restore@v4
20
21
key: mkdocs-material-${{ hashfiles('.cache/**') }}
22
path: ~/.cache
23
restore-keys: |
24
mkdocs-material-
25
26
- run: pip install mkdocs-material
27
- run: pip install pillow cairosvg
28
- run: mkdocs gh-deploy --force
- - name: Save build cache
- - uses: actions/cache/save@v4
29
30
+ - name: Save build cache
31
+ uses: actions/cache/save@v4
32
33
34
0 commit comments