tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
remove semicolons
altagos.dev
6 months ago
dfd6bd5b
b0253a2a
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
+3
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+3
-3
.tangled/workflows/build.yml
···
22
22
steps:
23
23
- name: Download Zig compiler
24
24
command: |
25
25
-
chmod +x zig/download.sh;
26
26
-
./zig/download.sh;
25
25
+
chmod +x zig/download.sh
26
26
+
./zig/download.sh
27
27
./zig/zig version
28
28
- name: Download statichost cli
29
29
command: |
30
30
-
curl -so shcli https://www.statichost.eu/shcli;
30
30
+
curl -so shcli https://www.statichost.eu/shcli
31
31
chmod +x shcli
32
32
- name: Build website
33
33
command: |