Skip to content

Commit 56741fe

Browse files
committed
Update workflow branches to use 'docsite-source' instead of 'gh-pages'
1 parent 8eb12a0 commit 56741fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docs Build and Test
33
on:
44
pull_request:
55
branches:
6-
- gh-pages
6+
- docsite-source
77

88
jobs:
99
build:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Docs
33
on:
44
push:
55
branches:
6-
- gh-pages
6+
- docsite-source
77

88
jobs:
99
deploy:

0 commit comments

Comments
 (0)