release site after deps updated
This commit is contained in:
parent
8799772634
commit
e750315764
5 changed files with 21 additions and 6 deletions
4
.github/workflows/release-chat-example.yml
vendored
4
.github/workflows/release-chat-example.yml
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
name: Build and Deploy htmgo.dev chat example
|
name: Build and Deploy htmgo.dev chat example
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: [ "Update HTMGO Framework Dependency" ] # The name of the first workflow
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
5
.github/workflows/release-site.yml
vendored
5
.github/workflows/release-site.yml
vendored
|
|
@ -1,13 +1,16 @@
|
||||||
name: Build and Deploy htmgo.dev
|
name: Build and Deploy htmgo.dev
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: [ "Update HTMGO Framework Dependency" ] # The name of the first workflow
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
workflow_dispatch: # Trigger on manual workflow_dispatch
|
workflow_dispatch: # Trigger on manual workflow_dispatch
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master # Trigger on pushes to master
|
- master # Trigger on pushes to master
|
||||||
paths:
|
paths:
|
||||||
- 'htmgo-site/**' # Trigger only if files in this directory change
|
- 'htmgo-site/**' # Trigger only if files in this directory change
|
||||||
- "framework/**"
|
|
||||||
- "framework-ui/**"
|
- "framework-ui/**"
|
||||||
- "cli/**"
|
- "cli/**"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
name: Build and Deploy starter template
|
name: Build and Deploy starter template
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: [ "Update HTMGO Framework Dependency" ] # The name of the first workflow
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
workflow_dispatch: # Trigger on manual workflow_dispatch
|
workflow_dispatch: # Trigger on manual workflow_dispatch
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
4
.github/workflows/release-todo-example.yml
vendored
4
.github/workflows/release-todo-example.yml
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
name: Build and Deploy htmgo.dev todo example
|
name: Build and Deploy htmgo.dev todo example
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: [ "Update HTMGO Framework Dependency" ] # The name of the first workflow
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
workflow_dispatch: # Trigger on manual workflow_dispatch
|
workflow_dispatch: # Trigger on manual workflow_dispatch
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
4
framework/assets/dist/htmgo.js
vendored
4
framework/assets/dist/htmgo.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue