diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59c61410..a5e49649 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: run: python3 -m magic_spoiler - name: Deploy - if: env.DEPLOY && steps.run.outputs.deploy == true + if: env.DEPLOY && steps.run.outputs.deploy != null shell: bash working-directory: ${{env.OUTPUT_PATH}} run: |