We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c85e0d commit c1632a7Copy full SHA for c1632a7
1 file changed
.github/workflows/docs.yaml
@@ -14,8 +14,8 @@ jobs:
14
uses: prefix-dev/setup-pixi@v0.9.1
15
with:
16
pixi-version: v0.49.0
17
- cache: true
18
- cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
+ cache: false
+ # cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
19
environments: docs
20
- name: Sphinx build
21
# Build HTML documentation from sources under `docs` to `build` folder.
0 commit comments