From 496fd259e0f7b1a74a0dd02bc41a2b610f1415f4 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 13 Oct 2024 20:42:44 +0200 Subject: [PATCH] web --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 0a29dce..b429941 100755 --- a/build.py +++ b/build.py @@ -6,6 +6,6 @@ from pathlib import Path from rwx.fs import make_directory, write if __name__ == "__main__": - out = Path(__file__).parent / "out" + out = Path(__file__).parent / "out" / "web" make_directory(out) write(out / "index.html", "spcd.rwx.work")