tools for exporting godot projects via Github Actions
| -rw-r--r-- | .github/actions/export-web/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/export-web/action.yml b/.github/actions/export-web/action.yml index 6e68b00..d8c6851 100644 --- a/.github/actions/export-web/action.yml +++ b/.github/actions/export-web/action.yml @@ -37,7 +37,7 @@ runs: shell: bash - name: Deploy - if: steps.is-repo.outputs.is-repo == true + if: steps.is-repo.outputs.is-repo == 'true' uses: JamesIves/github-pages-deploy-action@releases/v4 with: branch: gh-pages |