Skip to content

Commit 6bf9630

Browse files
committed
docs: update docs for publishing storybook
1 parent 8012f2f commit 6bf9630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ When you are ready to publish to NPM simply run the following command:
9494
yarn publish
9595
```
9696

97-
#### 🤖 Auto publish after Github Release
97+
#### 🤖 Auto publish after Github Release (or manually by dispatching the Publish workflow)
9898

99-
❗Important note: in order to automatically publish a Storybook on Github Pages you need to open your repository settings, navigate to "Actions" and enable "Read & write permissions" for Workflows.
99+
❗Important note: in order to automatically publish a Storybook on Github Pages you need to open your repository settings, navigate to "Actions" and enable **"Read & write permissions"** for Workflows. Then navigate to "Pages" and choose **"GitHub Actions"** as the source for the Build and Deployment. After a successful deployment you can find your Storybook at `https://<your-github-username>.github.io/<your-repository-name>/`.
100100

101101
❗Important note: in order to publish package to NPM you must add your token as a Github Action secret. Learn more on how to configure your repository and publish packages through Github Actions [here](https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages).
102102

0 commit comments

Comments
 (0)