sync/out/web
This commit is contained in:
parent
7071d6a8d2
commit
897f6a96d8
1 changed files with 1 additions and 0 deletions
1
sync.py
1
sync.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue