Skip to content

Commit 1860e42

Browse files
committed
changed mkdocs cache period from week(%V) to day(%F)
1 parent 572d4d9 commit 1860e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.x
21-
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
21+
- run: echo "cache_id=$(date --utc '+%F')" >> $GITHUB_ENV
2222
- uses: actions/cache@v4
2323
with:
2424
key: mkdocs-material-${{ env.cache_id }}

0 commit comments

Comments
 (0)