We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572d4d9 commit 1860e42Copy full SHA for 1860e42
.github/workflows/build_docs.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-python@v5
19
with:
20
python-version: 3.x
21
- - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
+ - run: echo "cache_id=$(date --utc '+%F')" >> $GITHUB_ENV
22
- uses: actions/cache@v4
23
24
key: mkdocs-material-${{ env.cache_id }}
0 commit comments