We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ffd8c commit a3e60adCopy full SHA for a3e60ad
.github/workflows/docs-build.yml
@@ -135,14 +135,14 @@ jobs:
135
path: docs/build/html/
136
retention-days: ${{ env.ARTIFACT_DAYS }}
137
138
- - name: Dump handy wheels
139
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
140
- continue-on-error: true
141
- uses: ./.github/actions/pip-wheels
142
- with:
143
- wheel-dir: ${{ env.PYPI_CACHE_DIR }}
144
- torch-url: ${{ env.TORCH_URL }}
145
- 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"
146
147
deploy-docs:
148
needs: docs-make
0 commit comments