From 78617f58ea0c22ef7476a3214582367bde04501f Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 11 Oct 2018 20:12:10 +0200 Subject: [PATCH] remove
--- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29dab4d..8f2dd7c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,5 +25,5 @@ jobs: echo "error detected @ ${STAGE} !" exit 1 fi - (cd out; ls | (echo '
'; sed 's/^.*/&<\/a>/'; echo '
') > index.html) + (cd out; ls | (echo ''; sed 's/^.*/&<\/a>/'; echo '') > index.html) surge --project ./out --domain danio-gcc.surge.sh