tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
don't deploy when testing workflows
altagos.dev
3 months ago
f33e31b5
d3a1e504
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
1/1
build.yml
success
3m 36s
+30
-1
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
test-workflow.yml
+1
-1
.tangled/workflows/build.yml
reviewed
···
1
1
when:
2
2
- event: ["push", "pull_request"]
3
3
-
branch: ["main", "workflows"]
3
3
+
branch: ["main"]
4
4
5
5
engine: nixery
6
6
+29
.tangled/workflows/test-workflow.yml
reviewed
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: ["workflows"]
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- curl
10
10
+
- dart-sass
11
11
+
- deno
12
12
+
- mise
13
13
+
- which
14
14
+
- zip
15
15
+
16
16
+
steps:
17
17
+
- name: Setup mise
18
18
+
command: |
19
19
+
mise trust
20
20
+
mise link deno@latest $(dirname $(dirname $(readlink -f $(which deno))))
21
21
+
mise exec zig -- zig version
22
22
+
mise exec deno -- deno --version
23
23
+
- name: Download statichost cli
24
24
+
command: |
25
25
+
curl -so shcli https://www.statichost.eu/shcli
26
26
+
chmod +x shcli
27
27
+
- name: Build website
28
28
+
command: |
29
29
+
mise run dist