fixing busted html output from hugo

This commit is contained in:
shockrah 2021-02-16 13:48:26 -08:00
parent fc5d925c60
commit d4d6f19c5f

View File

@ -102,9 +102,11 @@ build-wiki:
- mkdir -p ~/.ssh/
- chmod 700 ~/.ssh/
# sed is required because hugo keep building bad html on the stylesheet line somehow
script:
- cd docs/
- hugo
- sed 's/xyzcss/xyz\/css' -i public/index.html
- ssh $SHOPTS web@shockrah.xyz "rm -rf /var/www/freechat"
- scp $SHOPTS -r public/ web@shockrah.xyz:/var/www/freechat