Allow manual deployment from any branch, take 2

This commit is contained in:
Mathias Malmqvist
2025-10-02 18:18:10 +02:00
committed by dualshock-tools
parent 718c7f7ab0
commit 6426dafb6d

View File

@@ -62,9 +62,9 @@ jobs:
path: "./dist"
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
if: inputs.deploy == 'true'