Skip to content

Commit

Permalink
ci/docs: disable optional cache pkg (#20168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Aug 6, 2024
1 parent 87ffd8c commit a3e60ad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3e60ad

Please sign in to comment.