mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:21:59 +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:
|
||||
- image: andthensome/docker-node-rsync
|
||||
environment:
|
||||
BASH_ENV: ~/.bashrc
|
||||
BASH_ENV: ~/.bashrc
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
@ -267,7 +267,7 @@ jobs:
|
||||
docker:
|
||||
- image: andthensome/docker-node-rsync
|
||||
environment:
|
||||
BASH_ENV: ~/.bashrc
|
||||
BASH_ENV: ~/.bashrc
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
@ -287,10 +287,7 @@ jobs:
|
||||
- run:
|
||||
name: Deploy
|
||||
command: |
|
||||
cd docs
|
||||
git config --global user.email "gh-pages@localhost"
|
||||
git config --global user.name "npm gh-pages"
|
||||
yarn deploy:ci
|
||||
echo "Nothing to deploy"
|
||||
workflows:
|
||||
version: 2
|
||||
build_test_deploy:
|
||||
@ -324,7 +321,7 @@ workflows:
|
||||
- build
|
||||
- deploy:
|
||||
requires:
|
||||
- docs
|
||||
- build
|
||||
filters:
|
||||
tags:
|
||||
only: /^v[0-9]+\.[0-9]+\.[0-9]+/
|
||||
|
Loading…
x
Reference in New Issue
Block a user