tangled
alpha
login
or
join now
gm112.bsky.social
/
org.neocities.gm112
0
fork
atom
Code for https://gm112.neocities.org/
gm112.neocities.org/
0
fork
atom
overview
issues
4
pulls
pipelines
ci: add ci pipeline
gm112.bsky.social
4 weeks ago
1128e76b
fa8b9666
+24
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
ci.yaml
+24
.tangled/workflows/ci.yaml
···
1
1
+
when:
2
2
+
- event: ['pull_request']
3
3
+
- event: ['manual']
4
4
+
engine: 'nixery'
5
5
+
6
6
+
dependencies:
7
7
+
nixpkgs:
8
8
+
- busybox
9
9
+
- curl
10
10
+
- nodejs
11
11
+
12
12
+
environment:
13
13
+
CI: 1
14
14
+
NO_COLOR: true
15
15
+
16
16
+
steps:
17
17
+
- name: Build gm112.neocities.org
18
18
+
command: |
19
19
+
set -euo pipefail
20
20
+
21
21
+
# Build site
22
22
+
corepack enable
23
23
+
pnpm install --frozen-lockfile
24
24
+
pnpm generate || pnpm generate # TODO: Remove this once I figure out why the CI intermittently fails