ci/docs: disable optional cache pkg (#20168)

This commit is contained in:
Jirka Borovec 2024-08-06 14:43:32 +02:00 committed by GitHub
parent 87ffd8ce7c
commit a3e60ad420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -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