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/
|
||||
retention-days: ${{ env.ARTIFACT_DAYS }}
|
||||
|
||||
- name: Dump handy wheels
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
continue-on-error: true
|
||||
uses: ./.github/actions/pip-wheels
|
||||
with:
|
||||
wheel-dir: ${{ env.PYPI_CACHE_DIR }}
|
||||
torch-url: ${{ env.TORCH_URL }}
|
||||
cache-key: "pypi_wheels"
|
||||
#- name: Dump handy wheels
|
||||
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
# continue-on-error: true
|
||||
# uses: ./.github/actions/pip-wheels
|
||||
# with:
|
||||
# wheel-dir: ${{ env.PYPI_CACHE_DIR }}
|
||||
# torch-url: ${{ env.TORCH_URL }}
|
||||
# cache-key: "pypi_wheels"
|
||||
|
||||
deploy-docs:
|
||||
needs: docs-make
|
||||
|
|
Loading…
Reference in New Issue