Skip to content

Commit 034f9b7

Browse files
committed
Update ci.yml
1 parent 02a6f96 commit 034f9b7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,21 @@ jobs:
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: 3.x
17-
- name: Set up build cache
18-
- uses: actions/cache/restore@v4
17+
18+
- name: Set up build cache
19+
uses: actions/cache/restore@v4
1920
with:
2021
key: mkdocs-material-${{ hashfiles('.cache/**') }}
2122
path: ~/.cache
2223
restore-keys: |
2324
mkdocs-material-
25+
2426
- run: pip install mkdocs-material
2527
- run: pip install pillow cairosvg
2628
- run: mkdocs gh-deploy --force
27-
- name: Save build cache
28-
- uses: actions/cache/save@v4
29+
30+
- name: Save build cache
31+
uses: actions/cache/save@v4
2932
with:
3033
key: mkdocs-material-${{ hashfiles('.cache/**') }}
3134
path: ~/.cache

0 commit comments

Comments
 (0)