From f9295ac44dd28f2315886462643c89d90908904c Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 11 Oct 2018 21:22:29 +0000 Subject: [PATCH] update --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06fad3e..fcdf173 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,8 +38,8 @@ jobs: - attach_workspace: at: /tmp/danio-gcc - run: | - (cd out; ls | (echo ''; sed 's/^.*/&<\/a>/'; echo '') >index.html) - surge --project ./out --domain danio-gcc.surge.sh + (cd out; ls | (echo ''; sed 's/^.*/&<\/a>/'; echo '') >index.html) + surge --project ./out --domain danio-gcc.surge.sh workflows: version: 2