We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9184552 commit 3a390c0Copy full SHA for 3a390c0
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
python-version: 3.x
21
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
22
- - uses: actions/cache@v4FUNDING.yml
+ - uses: actions/cache@v4
23
24
key: mkdocs-material-${{ env.cache_id }}
25
path: .cache
0 commit comments