diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 3e525990..e1a932e5 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -18,7 +18,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@3.6.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: feature/rc121_upgrade_dependencies # The branch the action should deploy to. + BRANCH: master # The branch the action should deploy to. FOLDER: docs-build # The folder that the build-storybook script generates files. CLEAN: true # Automatically remove deleted files from the deploy branch TARGET_FOLDER: docs # The folder that we serve our Storybook files from