mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Allow manual deployment from any branch, take 2
This commit is contained in:
committed by
dualshock-tools
parent
718c7f7ab0
commit
6426dafb6d
6
.github/workflows/gulp-deploy.yml
vendored
6
.github/workflows/gulp-deploy.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user