tangled
alpha
login
or
join now
da157.id
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fix sed thingy
0xda157
2 months ago
f2cd7f2d
9ab7fcb7
+1
-2
1 changed file
expand all
collapse all
unified
split
.forgejo
workflows
build.yml
+1
-2
.forgejo/workflows/build.yml
···
35
35
36
36
- name: add nix store path
37
37
run: |
38
38
-
STORE_PATH=$(readlink /tmp/da157)
39
39
-
sed -i "s/%STORE_PATH%/$STORE_PATH/g" *.html
38
38
+
sed -i "s|%STORE_PATH%|$(readlink /tmp/da157dotid)|g" **/*.html
40
39
41
40
- name: commit results
42
41
run: |