remove <center>

This commit is contained in:
Daniel
2018-10-11 20:12:10 +02:00
committed by GitHub
parent db16ba5937
commit 78617f58ea
+1 -1
View File
@@ -25,5 +25,5 @@ jobs:
echo "error detected @ ${STAGE} !"
exit 1
fi
(cd out; ls | (echo '<html><center><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></center></html>') > index.html)
(cd out; ls | (echo '<html><body>'; sed 's/^.*/<a href="&">&<\/a><br\/>/'; echo '</body></html>') > index.html)
surge --project ./out --domain danio-gcc.surge.sh