This commit is contained in:
Elizabeth Cray
2025-04-22 17:49:23 -04:00
parent 82ffa4867a
commit 370e8d6e54
7 changed files with 167 additions and 511 deletions

View File

@@ -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