Skip to content

Commit bd7048d

Browse files
committed
fix
1 parent aa23e69 commit bd7048d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
retention-days: 3
186186

187187
- name: Deploy or clean up doc preview
188-
if: ${{ inputs.is-release }}
188+
if: ${{ !inputs.is-release }}
189189
uses: ./.github/actions/doc_preview
190190
with:
191191
source-folder: ${{ (github.ref_name != 'main' && 'artifacts/docs') ||

0 commit comments

Comments
 (0)