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:
Shay Carter 2021-07-12 14:00:31 -06:00
parent a83ddb6b1d
commit 72537be4eb

View file

@ -1,6 +1,7 @@
name: publish mkdocs to github pages
on:
workflow_dispatch:
push:
branches:
- unidata_18.1.1