ci: log errors

This commit is contained in:
silver 2024-05-12 16:03:01 +01:00
parent 4499ded2de
commit 045a38da7c
Signed by: silver
GPG key ID: 54E2C71918E93B74
2 changed files with 6 additions and 5 deletions

View file

@ -39,7 +39,7 @@ for year in */ ; do
echo $output
wkhtmltopdf -q --enable-local-file-access --no-stop-slow-scripts "$stripped.html" "$output" 2> ../errors.log
wkhtmltopdf -q --enable-local-file-access --no-stop-slow-scripts "$stripped.html" "$output" 2>> ../errors.log
fi
done