We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2bd78 commit 4ccad46Copy full SHA for 4ccad46
.github/workflows/docs.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Restore Sphinx build cache
43
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
44
with:
45
- path: _build/.doctrees
+ path: _build/html/.doctrees
46
key: sphinx-doctrees-${{ github.sha }}
47
restore-keys: |
48
sphinx-doctrees-
.github/workflows/preview.yml
@@ -74,7 +74,7 @@ jobs:
74
if: github.event.action != 'closed'
75
76
77
78
key: sphinx-doctrees-preview-${{ github.event.pull_request.head.sha }}
79
80
sphinx-doctrees-preview-
0 commit comments