Compare commits
5 commits
2fde2aeead
...
53fd3be916
Author | SHA1 | Date | |
---|---|---|---|
53fd3be916 | |||
020175c6fe | |||
100687cad5 | |||
983017f455 | |||
72a0f52c38 |
2 changed files with 14 additions and 2 deletions
|
@ -14,4 +14,16 @@ jobs:
|
|||
- run: spcd-check-project
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
- run: spcd-synchronize
|
||||
- uses: ./act/action
|
||||
with:
|
||||
arg_1: string
|
||||
arg_2:
|
||||
- one
|
||||
- two
|
||||
arg_3:
|
||||
- a: x
|
||||
- b: y
|
||||
- c: z
|
||||
- uses: ./act/synchronize
|
||||
with:
|
||||
source: output
|
||||
|
|
2
build.py
2
build.py
|
@ -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…
Reference in a new issue