From b4832c37d32f8bd8b817cec78384bf456a27ae95 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 26 Jan 2023 14:27:34 -0800 Subject: [PATCH] Commit updated Stories after build --- .github/workflows/build-storybook.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-storybook.yml b/.github/workflows/build-storybook.yml index e6d5a1387..7377eeecb 100644 --- a/.github/workflows/build-storybook.yml +++ b/.github/workflows/build-storybook.yml @@ -3,7 +3,7 @@ on: push: branches: - webv2 - paths: ['web/stories/**', 'web/components/**'] # Trigger the action only when files change in the folders defined here + paths: ['web/stories/**', 'web/components/**', 'web/.storybook/**'] # Trigger the action only when files change in the folders defined here jobs: build-and-deploy: @@ -25,6 +25,17 @@ jobs: cd - npm run build-storybook -- -o ../docs/components + - name: Commit changes + uses: EndBug/add-and-commit@v9 + with: + author_name: Owncast + author_email: owncast@owncast.online + message: 'Commit updated Storybook stories' + add: '.storybook/' + pull: '--rebase --autostash' + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Dispatch event to web site uses: peter-evans/repository-dispatch@v2 with: