render
Some checks failed
/ alpine (push) Failing after 26s
/ debian (push) Failing after 5m12s
/ ubuntu (push) Failing after 1m32s
/ arch (push) Failing after 10s
/ opensuse (push) Successful in 2m54s
/ fedora (push) Successful in 31m4s
/ alma (push) Failing after 2m36s
/ rocky (push) Failing after 3m16s
Some checks failed
/ alpine (push) Failing after 26s
/ debian (push) Failing after 5m12s
/ ubuntu (push) Failing after 1m32s
/ arch (push) Failing after 10s
/ opensuse (push) Successful in 2m54s
/ fedora (push) Successful in 31m4s
/ alma (push) Failing after 2m36s
/ rocky (push) Failing after 3m16s
This commit is contained in:
parent
4ba599b2fe
commit
e3ad438e6d
1 changed files with 0 additions and 0 deletions
11
render.py
Executable file
11
render.py
Executable file
|
@ -0,0 +1,11 @@
|
|||
#! /usr/bin/env python3
|
||||
"""Dummy build."""
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from rwx.fs import make_directory, write
|
||||
|
||||
if __name__ == "__main__":
|
||||
out = Path(__file__).parent / "out" / "web"
|
||||
make_directory(out)
|
||||
write(out / "index.html", "spcd.rwx.work")
|
Loading…
Add table
Add a link
Reference in a new issue