mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed GitHub Action cache
This commit is contained in:
parent
293d92ebe7
commit
739b8abf21
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user