From f015764293d1febd6faac296d6d532e7befb3cfc Mon Sep 17 00:00:00 2001 From: matttelliott-flosports <34247704+matttelliott-flosports@users.noreply.github.com> Date: Tue, 31 Mar 2020 09:53:25 -0500 Subject: [PATCH] CI: fix gh-pages CI (#40) * wip * wip Co-authored-by: matt --- .circleci/config.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 978288e57..4178fed66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,20 +45,7 @@ jobs: command: bundle version && bundle install - run: name: create build - command: | - cd .. - cp -rf flo-scss bs-docs - cd bs-docs - git checkout . - git checkout gh-pages - git pull - cd .. - mkdir gh-pages - cp -rf bs-docs/.git gh-pages - cp -rf flo-scss/.circleci gh-pages - cd flo-scss - npm run release - cp -rf docs/* ../gh-pages + command: npm run release - save_cache: paths: - '~' @@ -96,6 +83,7 @@ workflows: branches: only: - master + - flo-scss-ci - build: requires: - dependencies