Skip to content

Commit 3a390c0

Browse files
authored
Fix the cache for docs ci (#25)
1 parent 9184552 commit 3a390c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: 3.x
2121
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
22-
- uses: actions/cache@v4FUNDING.yml
22+
- uses: actions/cache@v4
2323
with:
2424
key: mkdocs-material-${{ env.cache_id }}
2525
path: .cache

0 commit comments

Comments
 (0)