fix docs publish script and trigger workflow on correct branch name

This commit is contained in:
Dan Allen
2022-09-09 14:24:51 -06:00
committed by Rob Winch
parent 3f979ac958
commit 79a23b8b27
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: Deploy Docs
on:
workflow_dispatch:
push:
branches: docs-deploy
branches: docs-build
permissions: read-all
jobs:
build: