👷(ci) put storybook build in a gh-pages sub folder
Our main goal doing this is to allow us to have multiple static build standing next to each other on our gh-pages.
This commit is contained in:
@@ -135,10 +135,9 @@ jobs:
|
||||
- run:
|
||||
name: Publish storybook
|
||||
command: |
|
||||
cd packages/react
|
||||
git config user.email "funmoocbot@users.noreply.github.com"
|
||||
git config user.name "FUN MOOC bot"
|
||||
yarn deploy-storybook
|
||||
yarn deploy-ghpages
|
||||
publish-packages:
|
||||
docker:
|
||||
- image: cimg/node:18.18
|
||||
|
||||
Reference in New Issue
Block a user