Skip to content

Commit 0efc3f1

Browse files
committed
Clear docs CI cache
1 parent 88fe00d commit 0efc3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: venv-cache
4141
with:
4242
path: venv
43-
key: docs-venv-v1-${{ hashFiles(env.REQUIREMENTS) }}
43+
key: docs-venv-v2-${{ hashFiles(env.REQUIREMENTS) }}
4444

4545
- name: Create venv and install deps (one by one to avoid conflict errors)
4646
if: steps.venv-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)