Small change to allow the github action to be ran without a commit
- added the line "workflow_dispatch" for a trigger in the workflow yml
This commit is contained in:
parent
a83ddb6b1d
commit
72537be4eb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy_docs.yml
vendored
1
.github/workflows/deploy_docs.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: publish mkdocs to github pages
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- unidata_18.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue