WIP
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
set -eu # Exit on error or unset variable
|
||||
|
||||
PAGES_BRANCH="gh-pages"
|
||||
PAGES_BRANCH="site"
|
||||
|
||||
SITE_DIR="_output"
|
||||
|
||||
@@ -56,8 +56,8 @@ flush() {
|
||||
|
||||
deploy() {
|
||||
# Configure Git user for the commit
|
||||
git config --global user.name "ZhgChgLiBot"
|
||||
git config --global user.email "no-reply@zhgchg.li"
|
||||
git config --global user.name "Elizabeth Cray"
|
||||
git config --global user.email "liz@cray.lgbt"
|
||||
|
||||
# Reset the current HEAD to prepare for new commits
|
||||
git update-ref -d HEAD
|
||||
@@ -78,4 +78,4 @@ main() {
|
||||
}
|
||||
|
||||
# Execute the main function
|
||||
main
|
||||
main
|
||||
|
Reference in New Issue
Block a user