From 191ee3f98bffdcd675aaefdf3ffc7c04998cf817 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 2 Sep 2025 13:50:50 +0200 Subject: [PATCH] ok --- build.sh | 2 +- config.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index ea445c6..3711647 100755 --- a/build.sh +++ b/build.sh @@ -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." diff --git a/config.toml b/config.toml index c67de9d..bb6fa27 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,5 @@ # The URL the site will be built for base_url = "https://www.mycelium.threefold.io/" -# Change this to your own URL! Please note this variable **must** be uncommented . title = "Mycelium" description = "Our global digital backbone"