From 897f6a96d856d0c1f53b829320df4c54210b724a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 25 Jul 2023 14:11:20 +0200 Subject: [PATCH] sync/out/web --- sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sync.py b/sync.py index 6adb7b7..aaa5e43 100755 --- a/sync.py +++ b/sync.py @@ -62,6 +62,7 @@ def sync(root, pubnix, exclude=None): def main(): root = os.path.dirname(os.path.realpath(__file__)) + root = os.path.join(root, 'out', 'web') for pubnix in PUBNIXES: print() print(pubnix)