this repo has no description

fix sed thingy

0xda157 f2cd7f2d 9ab7fcb7

+1 -2
+1 -2
.forgejo/workflows/build.yml
··· 35 35 36 36 - name: add nix store path 37 37 run: | 38 - STORE_PATH=$(readlink /tmp/da157) 39 - sed -i "s/%STORE_PATH%/$STORE_PATH/g" *.html 38 + sed -i "s|%STORE_PATH%|$(readlink /tmp/da157dotid)|g" **/*.html 40 39 41 40 - name: commit results 42 41 run: |