Skip to content

Commit 7900095

Browse files
committed
Update cache
1 parent ea4a43e commit 7900095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-docs-site.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)