fixing busted html output from hugo
This commit is contained in:
parent
fc5d925c60
commit
d4d6f19c5f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user