Skip to content

Commit a615116

Browse files
authored
Merge pull request #2688 from benjeffery/clear-doc-cache
Clear docs CI cache
2 parents 476bd63 + 204cb25 commit a615116

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
@@ -36,7 +36,7 @@ jobs:
3636
id: cache
3737
with:
3838
path: venv
39-
key: docs-venv-v5-${{ hashFiles(env.REQUIREMENTS) }}
39+
key: docs-venv-v6-${{ hashFiles(env.REQUIREMENTS) }}
4040

4141
- name: Build virtualenv
4242
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)