render
All checks were successful
/ job (push) Successful in 5m33s

This commit is contained in:
Marc Beninca 2025-06-08 02:27:24 +02:00
parent be2d76744a
commit a133f1ec4a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,11 +0,0 @@
#! /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", "srlp.rwx.work")