Skip to content

Commit a3e60ad

Browse files
authored
ci/docs: disable optional cache pkg (#20168)
1 parent 87ffd8c commit a3e60ad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docs-build.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ jobs:
135135
path: docs/build/html/
136136
retention-days: ${{ env.ARTIFACT_DAYS }}
137137

138-
- name: Dump handy wheels
139-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
140-
continue-on-error: true
141-
uses: ./.github/actions/pip-wheels
142-
with:
143-
wheel-dir: ${{ env.PYPI_CACHE_DIR }}
144-
torch-url: ${{ env.TORCH_URL }}
145-
cache-key: "pypi_wheels"
138+
#- name: Dump handy wheels
139+
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
140+
# continue-on-error: true
141+
# uses: ./.github/actions/pip-wheels
142+
# with:
143+
# wheel-dir: ${{ env.PYPI_CACHE_DIR }}
144+
# torch-url: ${{ env.TORCH_URL }}
145+
# cache-key: "pypi_wheels"
146146

147147
deploy-docs:
148148
needs: docs-make

0 commit comments

Comments
 (0)