Skip to content

Commit 24e5984

Browse files
committed
deploy to main instead of master
1 parent a7c129d commit 24e5984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_docu_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: JamesIves/[email protected]
9191
with:
9292
REPOSITORY_NAME: DoubleML/doubleml.github.io
93-
BRANCH: master
93+
BRANCH: main
9494
FOLDER: doc/_build/html
9595
TARGET_FOLDER: dev
9696
GIT_CONFIG_NAME: DoubleML Deploy Bot

.github/workflows/deploy_docu_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: JamesIves/[email protected]
7777
with:
7878
REPOSITORY_NAME: DoubleML/doubleml.github.io
79-
BRANCH: master
79+
BRANCH: main
8080
FOLDER: doc/_build/html
8181
TARGET_FOLDER: stable
8282
GIT_CONFIG_NAME: DoubleML Deploy Bot

0 commit comments

Comments
 (0)