Debug
Some checks failed
Build and Deploy / build (push) Failing after 31s

This commit is contained in:
Genstar 2024-10-08 19:35:49 -03:00
parent 965071c2b7
commit 8f481a779a
Signed by: Genstar
GPG key ID: 126410EC6B40E3EA
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
jq -c '.[]' ./gen/main.json | while IFS=$'\n' read L; do
jq -c '.[]' ./gen/main.json && true | while IFS=$'\n' read L; do
TITLE=`printf "$L" | jq -r '.title'`
DESCRIPTION=`printf "$L" | jq -r '.description'`
FILTER=`printf "$L" | jq -r '.filter'`

View file

@ -2,4 +2,5 @@
mkdir -p build &&
cp -r ./www ./build/www &&
sh ./scr/wbmp-fallback.sh &&
sh ./gen/main.sh
sh ./gen/main.sh &&
true