tangled
alpha
login
or
join now
lem.my
/
assets
0
fork
atom
Custom fonts and wallpapers built using nix.
assets.lemueldls.dev/index.json
wallpapers
0
fork
atom
overview
issues
pulls
pipelines
chore: tangled ci
Lemuel DLS
1 month ago
98a54761
50d96aaf
0/1
deploy.yml
failed
15s
+20
-5
2 changed files
expand all
collapse all
unified
split
.github
workflows
deploy.yml
.tangled
workflows
deploy.yml
+2
-5
.github/workflows/deploy.yml
···
28
28
- name: Checkout repository
29
29
uses: actions/checkout@v6
30
30
with:
31
31
-
fetch-depth: 0
32
32
-
33
33
-
- name: Setup Pages
34
34
-
uses: actions/configure-pages@v5
31
31
+
fetch-depth: 1
35
32
36
33
- name: Set up SSH signing key
37
34
run: |
···
64
61
- name: Build flake
65
62
run: |
66
63
nix flake archive --json | jq -r '.path,(.inputs|to_entries[].value.path)'
67
67
-
nix build --print-out-paths
64
64
+
nix build --no-link --print-out-paths
68
65
69
66
- name: Copy assets
70
67
run: |
+18
.tangled/workflows/deploy.yml
···
1
1
+
when:
2
2
+
- event: [push, manual]
3
3
+
branch: [main]
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- cachix
10
10
+
11
11
+
steps:
12
12
+
- name: Use cache
13
13
+
command: cachix use lemueldls
14
14
+
15
15
+
- name: Build flake
16
16
+
command: |
17
17
+
nix flake archive --json | jq -r '.path,(.inputs|to_entries[].value.path)' | cachix push lemueldls
18
18
+
nix build --no-link --print-out-paths | cachix push lemueldls