Revert "fix: turns out wkhtmltopdf has been depreciated for two years"

This reverts commit 04b9be1fbc.
This commit is contained in:
silver 2024-05-13 21:35:53 +01:00
parent 90c073e353
commit d04a677387
Signed by: silver
GPG key ID: 54E2C71918E93B74
3 changed files with 6 additions and 4 deletions

View file

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