mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fixed copying static files in docs
This commit is contained in:
parent
046f1eb149
commit
47f622d58c
@ -16,6 +16,7 @@ if Path("out/").exists():
|
|||||||
rmtree("out/", ignore_errors=True)
|
rmtree("out/", ignore_errors=True)
|
||||||
|
|
||||||
copytree("content/static", "out")
|
copytree("content/static", "out")
|
||||||
|
os.makedirs("out/schemas", exist_ok=True)
|
||||||
|
|
||||||
env = Environment(
|
env = Environment(
|
||||||
loader=FileSystemLoader("content"),
|
loader=FileSystemLoader("content"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user