From 69ccfb6b7aa866362a8c2e6e1c9946d14dbd7742 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 23:03:58 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.0 --- .github/workflows/gh-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 3180814c..9435914b 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -24,7 +24,7 @@ jobs: npm ci --force npm run build-storybook - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages