Skip to content

Commit

Permalink
change deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinKato committed Oct 13, 2023
1 parent 9a718d8 commit 258688d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GB_TOKEN }}
# Test branch
BRANCH: cl2-component-library-storybook-test # The branch the action should deploy to.
BRANCH: cl2-component-library-storybook # The branch the action should deploy to.
FOLDER: cl2-component-library/docs-build # The folder that the build-storybook script generates files.
CLEAN: true # Automatically remove deleted files from the deploy branch
TARGET_FOLDER: cl2-component-library/docs # The folder that we serve our Storybook files from
TARGET_FOLDER: docs # The folder that we serve our Storybook files from

0 comments on commit 258688d

Please sign in to comment.