Upadted GitHub Actions workflow
This commit is contained in:
parent
4da9d80a74
commit
1cfd22b948
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue