Skip to content

Commit 610697f

Browse files
committed
change target branch to main for docs
1 parent 6a6b223 commit 610697f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Github Pages
22

33
on:
44
push:
5-
branches: [master, autogenetated_docs] # branch to trigger deployment
5+
branches: [main] # branch to trigger deployment
66

77
jobs:
88
pages:

0 commit comments

Comments
 (0)