tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
Trying out pipelines
bwc9876.dev
1 day ago
a62b34cf
87e6dbd6
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+17
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+17
.tangled/workflows/build.yml
···
1
1
+
when:
2
2
+
- event: ["manual"]
3
3
+
4
4
+
engine: nixery
5
5
+
6
6
+
dependencies:
7
7
+
nixpkgs:
8
8
+
- nodejs
9
9
+
- typst
10
10
+
11
11
+
environment:
12
12
+
ASTRO_TELEMETRY_DISABLED: 1
13
13
+
14
14
+
steps:
15
15
+
- name: Build Site
16
16
+
command: |
17
17
+
npm run build