Remove gh-pages deploy in favor of netlify

Keep the deploy step as a placeholder
This commit is contained in:
Michael Shilman 2018-09-05 17:31:52 -07:00
parent c6de98993f
commit 83469bd1b2

View File

@ -253,7 +253,7 @@ jobs:
docker: docker:
- image: andthensome/docker-node-rsync - image: andthensome/docker-node-rsync
environment: environment:
BASH_ENV: ~/.bashrc BASH_ENV: ~/.bashrc
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
@ -267,7 +267,7 @@ jobs:
docker: docker:
- image: andthensome/docker-node-rsync - image: andthensome/docker-node-rsync
environment: environment:
BASH_ENV: ~/.bashrc BASH_ENV: ~/.bashrc
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
@ -287,10 +287,7 @@ jobs:
- run: - run:
name: Deploy name: Deploy
command: | command: |
cd docs echo "Nothing to deploy"
git config --global user.email "gh-pages@localhost"
git config --global user.name "npm gh-pages"
yarn deploy:ci
workflows: workflows:
version: 2 version: 2
build_test_deploy: build_test_deploy:
@ -324,7 +321,7 @@ workflows:
- build - build
- deploy: - deploy:
requires: requires:
- docs - build
filters: filters:
tags: tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+/ only: /^v[0-9]+\.[0-9]+\.[0-9]+/