Skip to content

Commit

Permalink
Fixed GitHub Action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkrzyskow committed Apr 30, 2023
1 parent 293d92e commit 739b8ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 739b8ab

Please sign in to comment.