tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/export-web/action.yml')
-rw-r--r--.github/actions/export-web/action.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/actions/export-web/action.yml b/.github/actions/export-web/action.yml
index f679795..053471a 100644
--- a/.github/actions/export-web/action.yml
+++ b/.github/actions/export-web/action.yml
@@ -10,6 +10,10 @@ inputs:
description: Email of commiter
required: true
default: "[email protected]"
+ github-pages:
+ description: To gh pages, or not to gh pages, that is the question.
+ required: true
+ default: "true"
runs:
using: composite
@@ -51,7 +55,7 @@ runs:
shell: bash
- name: Deploy
- if: steps.is-repo.outputs.is-repo == 'true' && steps.get-export-name.outputs.export-name
+ if: steps.is-repo.outputs.is-repo == 'true' && inputs.github-pages == 'true'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages