From a2579868c5a46acb907b6e19cc7593f35d678ac6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 08:01:26 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.3.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73fbf294..db229aa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: run: yarn build:storybook - name: Deploy storybook documentation to gh-pages - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4.3.0 with: branch: gh-pages # The branch the action should deploy to. folder: .docs # The folder the action should deploy.