mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-11 20:18:51 +01:00
feat(deploy): demo enable gh actions manual trigger (#5932)
* feat(deploy): enable manual triggering * fix(deploy): use the default azure/CLI version * doc(deploy): update action trigger guid * feat(deploy): enable manual triggering for docs Co-authored-by: artem.zaiko.ext <artem.zaiko.ext@munichgeneral.com>
This commit is contained in:
parent
ea43b1f258
commit
2f76eab493
3 changed files with 15 additions and 10 deletions
1
.github/workflows/docsDeploy.yml
vendored
1
.github/workflows/docsDeploy.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
- 'docs/**'
|
||||
repository_dispatch:
|
||||
types: deploy-docs
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue