Fixed GitHub Action cache

This commit is contained in:
Kamil Krzyśków 2023-04-30 23:46:03 +02:00
parent 293d92ebe7
commit 739b8abf21

View File

@ -50,8 +50,10 @@ jobs:
uses: actions/cache@v3
id: cache
with:
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
key: mkdocs-material-${{ github.sha }}
path: .cache
restore-keys: |
mkdocs-material-
- name: Install dependencies
run: sudo apt-get install pngquant