This commit is contained in:
2025-09-02 13:50:50 +02:00
parent f2fa57e7bb
commit 191ee3f98b
2 changed files with 1 additions and 2 deletions

View File

@@ -67,4 +67,4 @@ fi
echo "Using base_url: $BASE_URL"
sed "s|base_url = \"BASEURL\"|base_url = \"$BASE_URL\"|" config.templ.toml > config.toml
zola --root $ABS_DIR_OF_SCRIPT build
rsync -avz --delete public/ "$DEPLOY_PATH"
echo "Build completed successfully! Static files generated in public/ directory."