Add htmltest to the CI

This commit is contained in:
Joshua Goins 2023-08-31 14:50:26 +02:00
parent b9af8befa8
commit fd488345a4
2 changed files with 7 additions and 0 deletions

View file

@ -22,3 +22,7 @@ tasks:
cd redstrate.com cd redstrate.com
echo "StrictHostKeyChecking=no" >> ~/.ssh/config echo "StrictHostKeyChecking=no" >> ~/.ssh/config
rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/retro.redstrate.com rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/retro.redstrate.com
- htmltest: |
cd redstrate.com
curl https://htmltest.wjdp.uk | bash
bin/htmltest -c .htmltest.yml public

3
.htmltest.yml Normal file
View file

@ -0,0 +1,3 @@
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
IgnoreExternalBrokenLinks: true