mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 05:41:06 +08:00
Remove gh-pages deploy in favor of netlify
Keep the deploy step as a placeholder
This commit is contained in:
parent
c6de98993f
commit
83469bd1b2
@ -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]+/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user