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