Skip to content

Commit 05fdc60

Browse files
committed
🔧 Update cache keys to include insiders
1 parent ec06121 commit 05fdc60

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
@@ -56,7 +56,7 @@ jobs:
5656
id: cache
5757
with:
5858
path: ${{ env.pythonLocation }}
59-
key: ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt') }}-v02
59+
key: ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt', 'requirements-docs-insiders.txt') }}-v02
6060
- name: Install docs extras
6161
if: steps.cache.outputs.cache-hit != 'true'
6262
run: pip install -r requirements-docs.txt

0 commit comments

Comments
 (0)