mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-06-01 21:11:55 -04:00
Revert cache to use github.ref instead of github.sha
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
id: cache
|
||||
with:
|
||||
key: mkdocs-material-${{ github.sha }}
|
||||
key: mkdocs-material-${{ github.ref }}
|
||||
path: .cache
|
||||
restore-keys: |
|
||||
mkdocs-material-
|
||||
|
||||
Reference in New Issue
Block a user