Skip to content

Commit bc7b750

Browse files
committed
[no ci] update multiversion-docs action
Rename master to main when creating local branches
1 parent 1aaa55f commit bc7b750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multiversion-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Create local branches
4141
run: |
4242
cd ./dev
43-
git branch master remotes/origin/master
43+
git branch main remotes/origin/main
4444
- name: Make the Sphinx docs
4545
run: |
4646
cd ./dev/docsrc

0 commit comments

Comments
 (0)