Skip to content

Commit 5087464

Browse files
committed
fix option deploy
1 parent f56da88 commit 5087464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: JamesIves/github-pages-deploy-action@3.6.2
1919
with:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
BRANCH: main # The branch the action should deploy to.
21+
BRANCH: master # The branch the action should deploy to.
2222
FOLDER: storybook-static # The folder that the build-storybook script generates files.
2323
CLEAN: true # Automatically remove deleted files from the deploy branch
2424
TARGET_FOLDER: docs # The folder that we serve our Storybook files from

0 commit comments

Comments
 (0)