From a3e60ad420e4b1a31ec64c98fdc774b5549f0947 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:43:32 +0200 Subject: [PATCH] ci/docs: disable optional cache pkg (#20168) --- .github/workflows/docs-build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 1a5abf3645..8f385fcb39 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -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