Skip to content

Commit b0420f4

Browse files
committed
Change conf.py to deploy on main
1 parent 9d35b39 commit b0420f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- website_backup
78

89
jobs:
910
nikola_build:

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
# https://getnikola.com/handbook.html#deploying-to-github
694694
# You will need to configure the deployment branch on GitHub.
695695
GITHUB_SOURCE_BRANCH = 'src'
696-
GITHUB_DEPLOY_BRANCH = 'master'
696+
GITHUB_DEPLOY_BRANCH = 'main'
697697

698698
# The name of the remote where you wish to push to, using github_deploy.
699699
GITHUB_REMOTE_NAME = 'origin'

0 commit comments

Comments
 (0)