There was an error while loading. Please reload this page.
1 parent 9d35b39 commit b0420f4Copy full SHA for b0420f4
2 files changed
.github/workflows/main.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - website_backup
8
9
jobs:
10
nikola_build:
conf.py
@@ -693,7 +693,7 @@
693
# https://getnikola.com/handbook.html#deploying-to-github
694
# You will need to configure the deployment branch on GitHub.
695
GITHUB_SOURCE_BRANCH = 'src'
696
-GITHUB_DEPLOY_BRANCH = 'master'
+GITHUB_DEPLOY_BRANCH = 'main'
697
698
# The name of the remote where you wish to push to, using github_deploy.
699
GITHUB_REMOTE_NAME = 'origin'
0 commit comments