Skip to content

Commit 1cfd22b

Browse files
committed
Upadted GitHub Actions workflow
1 parent 4da9d80 commit 1cfd22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/cache/restore@v4
6262
with:
6363
key: mkdocs-material-${{ hashfiles('.cache/**') }}
64-
path: .cache
64+
path: ~/.cache
6565
restore-keys: |
6666
mkdocs-material-
6767
@@ -115,4 +115,4 @@ jobs:
115115
uses: actions/cache/save@v4
116116
with:
117117
key: mkdocs-material-${{ hashfiles('.cache/**') }}
118-
path: .cache
118+
path: ~/.cache

0 commit comments

Comments
 (0)