ci/docs: disable optional cache pkg (#20168)
This commit is contained in:
parent
87ffd8ce7c
commit
a3e60ad420
|
@ -135,14 +135,14 @@ jobs:
|
||||||
path: docs/build/html/
|
path: docs/build/html/
|
||||||
retention-days: ${{ env.ARTIFACT_DAYS }}
|
retention-days: ${{ env.ARTIFACT_DAYS }}
|
||||||
|
|
||||||
- name: Dump handy wheels
|
#- name: Dump handy wheels
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
continue-on-error: true
|
# continue-on-error: true
|
||||||
uses: ./.github/actions/pip-wheels
|
# uses: ./.github/actions/pip-wheels
|
||||||
with:
|
# with:
|
||||||
wheel-dir: ${{ env.PYPI_CACHE_DIR }}
|
# wheel-dir: ${{ env.PYPI_CACHE_DIR }}
|
||||||
torch-url: ${{ env.TORCH_URL }}
|
# torch-url: ${{ env.TORCH_URL }}
|
||||||
cache-key: "pypi_wheels"
|
# cache-key: "pypi_wheels"
|
||||||
|
|
||||||
deploy-docs:
|
deploy-docs:
|
||||||
needs: docs-make
|
needs: docs-make
|
||||||
|
|
Loading…
Reference in New Issue