Browse Source

Fix branch name to docs-build

Rob Winch 3 years ago
parent
commit
3f979ac958
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/deploy-docs.yml

+ 1 - 1
.github/workflows/deploy-docs.yml

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