From c8bc7e828e756562dffa4eb5adf8edc551af3db8 Mon Sep 17 00:00:00 2001 From: alex-s168 Date: Fri, 29 Aug 2025 16:09:40 +0200 Subject: [PATCH] c --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 12915ee..4cb4d6f 100644 --- a/config.py +++ b/config.py @@ -253,7 +253,7 @@ pub_cmd = [ "( [ -d build-up ] && cd build-up && git fetch origin && git checkout main && git reset --hard origin/main " "|| git clone https://gitea.vxcc.dev/alexander.nutz/website-build.git build-up )", "cd build-up", -"rsync -av --delete --exclude '.git' build/deploy/ ../build-up/", +"rsync -av --delete --exclude '.git' ../build/deploy/ .", "git add .", "git commit -m up", "git push -u origin main",