mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 06:27:01 +03:00
Update and rename update-webinstaller.yml to manual-update-webinstaller.yml
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# - Changes to the docs folder in the `rolling` branch
|
# - Changes to the docs folder in the `rolling` branch
|
||||||
# - On a release
|
# - On a release
|
||||||
|
|
||||||
name: Update Web Installer
|
name: Manual Web Installer Update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
repository_dispatch: # Run on manual trigger
|
repository_dispatch: # Run on manual trigger
|
||||||
@@ -14,7 +14,7 @@ on:
|
|||||||
# - docs # The path filter somehow does not work, so lets run it on every change to rolling
|
# - docs # The path filter somehow does not work, so lets run it on every change to rolling
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-web-installer:
|
manually-update-web-installer:
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
Reference in New Issue
Block a user