sync/out/web

This commit is contained in:
Marc Beninca 2023-07-25 14:11:20 +02:00
parent 7071d6a8d2
commit 897f6a96d8

View file

@ -62,6 +62,7 @@ def sync(root, pubnix, exclude=None):
def main(): def main():
root = os.path.dirname(os.path.realpath(__file__)) root = os.path.dirname(os.path.realpath(__file__))
root = os.path.join(root, 'out', 'web')
for pubnix in PUBNIXES: for pubnix in PUBNIXES:
print() print()
print(pubnix) print(pubnix)