mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Update GitHub action to allow manual deployment from any branch
This commit is contained in:
committed by
dualshock-tools
parent
e4d450c1c8
commit
28604b0e36
4
.github/workflows/gulp-deploy.yml
vendored
4
.github/workflows/gulp-deploy.yml
vendored
@@ -3,9 +3,7 @@ name: Build and Deploy to GitHub Pages
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- "**"
|
||||||
- build-dist-with-gulp
|
|
||||||
- release-2-16
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
@@ -318,7 +318,7 @@
|
|||||||
<footer class="fixed-bottom bg-body-tertiary border-top">
|
<footer class="fixed-bottom bg-body-tertiary border-top">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="d-flex flex-column flex-sm-row justify-content-between py-3" id="footbody">
|
<div class="d-flex flex-column flex-sm-row justify-content-between py-3" id="footbody">
|
||||||
<p class="mb-0"><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.17</a> (2025-09-28) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a> <span id="authorMsg"></span></p>
|
<p class="mb-0"><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.18 beta 1</a> (2025-10-02) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a> <span id="authorMsg"></span></p>
|
||||||
|
|
||||||
<ul class="list-unstyled d-flex mb-0">
|
<ul class="list-unstyled d-flex mb-0">
|
||||||
<li class="ms-3"><a class="link-body-emphasis" href="mailto:ds4@the.al" target="_blank"><svg class="bi" width="24" height="24"><use xlink:href="#mail"/></svg></a></li>
|
<li class="ms-3"><a class="link-body-emphasis" href="mailto:ds4@the.al" target="_blank"><svg class="bi" width="24" height="24"><use xlink:href="#mail"/></svg></a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user