This commit is contained in:
2026-01-24 05:01:42 +01:00
parent 5258bb012e
commit 3025f3c2d8
21 changed files with 108 additions and 10 deletions

View File

@@ -15,7 +15,9 @@ fi
# Get the latest changes
cd $REPO_DIR
git checkout -f $MAIN_BRANCH
git clean -fd
git fetch --all
git pull
# Find out the latest commit in the whole repo
#git branch -av --sort=-committerdate
@@ -47,4 +49,5 @@ function replace {
# Rename references
replace $DST_DIR/bank.html "$kmpWas" "$kmpNow"
replace $DST_DIR/budget.html "$kmpWas" "$kmpNow"
replace $DST_DIR/quiz.html "$kmpWas" "$kmpNow"