add workflow-dispatch trigger
This commit is contained in:
parent
8f63c6de7f
commit
29819affbe
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-docs.yml
vendored
1
.github/workflows/build-docs.yml
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
name: 'docs-publish'
|
name: 'docs-publish'
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
# Allow one concurrent deployment
|
# Allow one concurrent deployment
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue