Skip to content

Commit

Permalink
CI: fix gh-pages CI (#40)
Browse files Browse the repository at this point in the history
* wip

* wip

Co-authored-by: matt <matt@matt-elliott.me>
  • Loading branch information
matttelliott-flosports and matt authored Mar 31, 2020
1 parent b604030 commit f015764
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- '~'
Expand Down Expand Up @@ -96,6 +83,7 @@ workflows:
branches:
only:
- master
- flo-scss-ci
- build:
requires:
- dependencies
Expand Down

0 comments on commit f015764

Please sign in to comment.