remove <center>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user