Compare commits
No commits in common. "2fde2aeead1409c6d8dc3003d4ced804da2edf19" and "a6cbf0bb0562cd917211d1282075879793b8c191" have entirely different histories.
2fde2aeead
...
a6cbf0bb05
2 changed files with 0 additions and 12 deletions
|
@ -11,7 +11,6 @@ jobs:
|
||||||
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
|
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
|
||||||
run: ${{vars.SPCD}}
|
run: ${{vars.SPCD}}
|
||||||
|
|
||||||
- run: spcd-check-project
|
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
- run: spcd-synchronize
|
- run: spcd-synchronize
|
||||||
|
|
11
build.py
11
build.py
|
@ -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", "prj.rwx.work")
|
|
Loading…
Reference in a new issue