From 1d465575d9affb2a373d4397a1a3c43a72ba2d74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 06:56:40 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.4.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6881daf0..0b508bc23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: run: npm run docs - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.2 with: branch: gh-pages # The branch the action should deploy to. folder: docs/api/@edx/frontend-platform/1.0.0-semantically-released # The folder the action should deploy.