tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
updated workflow
altagos.dev
6 months ago
58a8cf20
81498e1e
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
1/1
build.yml
success
5min 29s
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+2
-1
.tangled/workflows/build.yml
···
27
27
./zig/zig version
28
28
- name: Download statichost cli
29
29
command: |
30
30
-
curl -so shcli https://www.statichost.eu/shcli; chmod +x shcli
30
30
+
curl -so shcli https://www.statichost.eu/shcli;
31
31
+
chmod +x shcli
31
32
- name: Build website
32
33
command: |
33
34
./zig/zig build --summary all --verbose