out
This commit is contained in:
parent
a48a88adc1
commit
163cf2df83
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ from pathlib import Path
|
|||
from rwx.fs import make_directory, write
|
||||
|
||||
if __name__ == "__main__":
|
||||
out = Path(__file__).parent / "output" / "web"
|
||||
out = Path(__file__).parent / "out" / "web"
|
||||
make_directory(out)
|
||||
write(out / "index.html", "prj.rwx.work")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue