Compare commits
7 commits
56822df8a5
...
974bf0c47e
Author | SHA1 | Date | |
---|---|---|---|
974bf0c47e | |||
4c10dd2df9 | |||
5b364852a5 | |||
407cf6db77 | |||
0bd1aa45bd | |||
896bb8420a | |||
ebdd934d4e |
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 / "out" / "web"
|
||||
out = Path(__file__).parent / "output" / "web"
|
||||
make_directory(out)
|
||||
write(out / "index.html", "prj.rwx.work")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue