diff --git a/docs/README.md b/docs/README.md index ee4d1f4ca1..0684cda837 100644 --- a/docs/README.md +++ b/docs/README.md @@ -152,11 +152,7 @@ you have deployed a version of the styleguidist containing your changes to your Don't forget to change `USERNAME` by yours. ```bash -yarn makeSpriteAndPalette -yarn build -yarn build:css:all -yarn build:doc -yarn deploy:doc --repo git@github.com:USERNAME/cozy-ui.git +yarn build:all && yarn deploy:doc --repo git@github.com:USERNAME/cozy-ui.git ``` ⚠️ If the `deploy:doc` failed, you need to checkout your dev branch by doing `git checkout -`