From f78ca1e8ada8b457aa9808d8367f75dd24d07e69 Mon Sep 17 00:00:00 2001 From: Michael DeRazon Date: Thu, 21 Dec 2023 17:11:53 +1100 Subject: [PATCH] Update Storybook deployment details --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index afc28a628..f4214c243 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,9 @@ To run storybook locally: npm run storybook ``` -To deploy storybook (only master branch) to Github pages: +Storybook is automatically deployed using [Github Actions](.github/workflows/deploy-storybook.yml) to Github Pages when pushing to main. -```sh -npm run deploy-storybook -``` - -The deployed Storybook will be available at +After that it will be available at > https://scheduleonce.github.io/once-ui