From c283155c5ad8a99c7fba30c31d8db7d41161cc7f Mon Sep 17 00:00:00 2001 From: alex-s168 Date: Wed, 23 Jul 2025 08:18:59 +0200 Subject: [PATCH] c --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index b603c4b..7ea0739 100644 --- a/config.py +++ b/config.py @@ -33,7 +33,7 @@ rule ttf2woff build build/badges.txt: badges_list common.typ -build build.ninja: regen config.py build/badges.txt +build build.ninja: regen | config.py build/badges.txt res/fonts build clean : runclean """ @@ -125,7 +125,7 @@ build web: phony """+ " ".join(web_targets) +""" rule pub_cmd command = rsync -avz build root@195.26.251.204:/srv/http/alex pool = console -build pub: pub_cmd | web +build pub: pub_cmd web default web """