correct default branch for production in script

This commit is contained in:
Steve Baskauf 2023-09-16 19:12:22 -05:00
parent 49006bf68d
commit 588079e53b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import yaml
# headers are not. To build a page using the sample files, you will need to reverse the
# commenting of these pairs.
github_branch = 'main' # "main" for production, something else for development
github_branch = 'master' # "master" for production, something else for development
# This is the base URL for raw files from the branch of the repo that has been pushed to GitHub
githubBaseUri = 'https://raw.githubusercontent.com/tdwg/rs.tdwg.org/' + github_branch + '/'