Sync from lupyuen.org

This commit is contained in:
Lup Yuen Lee 2025-01-10 12:12:34 +08:00
parent f1bf1e55c5
commit 17a5fc4d92

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Sync from lupyuen.github.io to lupyuen.codeberg.pages
# Sync from lupyuen.org to lupyuen.codeberg.pages
set -e # Exit when any command fails.
set -x # Echo all commands.
@ -113,7 +113,7 @@ function sync_folder() {
git pull
git status
git add .
git commit --all --message="Sync from lupyuen.github.io"
git commit --all --message="Sync from lupyuen.org"
git push
fi