Upadted GitHub Actions workflow

This commit is contained in:
squidfunk 2025-07-11 15:57:03 +02:00
parent 4da9d80a74
commit 1cfd22b948
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: mkdocs-material-${{ hashfiles('.cache/**') }}
path: .cache
path: ~/.cache
restore-keys: |
mkdocs-material-
@ -115,4 +115,4 @@ jobs:
uses: actions/cache/save@v4
with:
key: mkdocs-material-${{ hashfiles('.cache/**') }}
path: .cache
path: ~/.cache