mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-06-06 15:32:11 -04:00
Revert cache to use github.ref instead of github.sha
This commit is contained in:
@@ -501,7 +501,7 @@ carried out. You might want to:
|
||||
python-version: 3.x
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
key: mkdocs-material-${{ github.sha }}
|
||||
key: mkdocs-material-${{ github.ref }}
|
||||
path: .cache
|
||||
restore-keys: |
|
||||
mkdocs-material-
|
||||
|
||||
@@ -249,7 +249,7 @@ whether the social cards need to be regenerated. You might want to:
|
||||
python-version: 3.x
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
key: mkdocs-material-${{ github.sha }}
|
||||
key: mkdocs-material-${{ github.ref }}
|
||||
path: .cache
|
||||
restore-keys: |
|
||||
mkdocs-material-
|
||||
|
||||
Reference in New Issue
Block a user