We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec06121 commit 05fdc60Copy full SHA for 05fdc60
.github/workflows/build-docs.yml
@@ -56,7 +56,7 @@ jobs:
56
id: cache
57
with:
58
path: ${{ env.pythonLocation }}
59
- key: ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt') }}-v02
+ key: ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements-docs.txt', 'requirements-docs-insiders.txt') }}-v02
60
- name: Install docs extras
61
if: steps.cache.outputs.cache-hit != 'true'
62
run: pip install -r requirements-docs.txt
0 commit comments