There was an error while loading. Please reload this page.
1 parent f56da88 commit 5087464Copy full SHA for 5087464
.github/workflows/gh-pages.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: JamesIves/github-pages-deploy-action@3.6.2
19
with:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
- BRANCH: main # The branch the action should deploy to.
+ BRANCH: master # The branch the action should deploy to.
22
FOLDER: storybook-static # The folder that the build-storybook script generates files.
23
CLEAN: true # Automatically remove deleted files from the deploy branch
24
TARGET_FOLDER: docs # The folder that we serve our Storybook files from
0 commit comments