Skip to content

Commit 739b8ab

Browse files
committed
Fixed GitHub Action cache
1 parent 293d92e commit 739b8ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ jobs:
5050
uses: actions/cache@v3
5151
id: cache
5252
with:
53-
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
53+
key: mkdocs-material-${{ github.sha }}
5454
path: .cache
55+
restore-keys: |
56+
mkdocs-material-
5557
5658
- name: Install dependencies
5759
run: sudo apt-get install pngquant

0 commit comments

Comments
 (0)