web
This commit is contained in:
parent
8fb9aff2a9
commit
496fd259e0
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -6,6 +6,6 @@ from pathlib import Path
|
||||||
from rwx.fs import make_directory, write
|
from rwx.fs import make_directory, write
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
out = Path(__file__).parent / "out"
|
out = Path(__file__).parent / "out" / "web"
|
||||||
make_directory(out)
|
make_directory(out)
|
||||||
write(out / "index.html", "spcd.rwx.work")
|
write(out / "index.html", "spcd.rwx.work")
|
||||||
|
|
Loading…
Reference in a new issue