We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42eb602 commit a2f8956Copy full SHA for a2f8956
1 file changed
.github/workflows/docs.yaml
@@ -187,9 +187,6 @@ jobs:
187
# All other branches go to /dev/.
188
# "${RELEASE_VERSION#v}" for v0.8.3.post1 -> 0.8.3.post1
189
- name: Rebuild and deploy docs with mike
190
- if:
191
- ${{ github.event_name == 'push' || github.event_name ==
192
- 'workflow_dispatch' }}
193
run: |
194
if [[ "${IS_RELEASE_TAG}" == "true" ]]; then
195
pixi run docs-deploy "${RELEASE_VERSION#v}" latest
0 commit comments