Skip to content

Commit a2f8956

Browse files
committed
Enables docs deploy on all events
1 parent 42eb602 commit a2f8956

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ jobs:
187187
# All other branches go to /dev/.
188188
# "${RELEASE_VERSION#v}" for v0.8.3.post1 -> 0.8.3.post1
189189
- name: Rebuild and deploy docs with mike
190-
if:
191-
${{ github.event_name == 'push' || github.event_name ==
192-
'workflow_dispatch' }}
193190
run: |
194191
if [[ "${IS_RELEASE_TAG}" == "true" ]]; then
195192
pixi run docs-deploy "${RELEASE_VERSION#v}" latest

0 commit comments

Comments
 (0)