Skip to content

Commit 298e812

Browse files
authored
Change deployment branch from master to main (#884)
1 parent 356eff3 commit 298e812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Documentation
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
deploy:
@@ -47,3 +47,4 @@ jobs:
4747
with:
4848
branch: gh-pages
4949
folder: ./build
50+

0 commit comments

Comments
 (0)