diff --git a/.github/workflows/nbconvert.yml b/.github/workflows/nbconvert.yml index df81544..c2968dd 100644 --- a/.github/workflows/nbconvert.yml +++ b/.github/workflows/nbconvert.yml @@ -12,7 +12,7 @@ jobs: - name: delete nbconvert branch shell: bash run: | - git push origin -d nbconvert &>/dev/null + git push origin -d nbconvert &>/dev/null || true - name: Extract branch name & create the nbconvert branch (if it doesn't exist) shell: bash