From 38df26ade2c3926734a72e54caa5c4f407fa479c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 20:43:06 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 3.5.9 to 3.6.2 Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.5.9 to 3.6.2. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/3.5.9...e80c869f0057899fc2cd28819b5bbe9de890524a) Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index dce7e65..bc94344 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Build run: npm run build - name: Deploy - uses: JamesIves/github-pages-deploy-action@3.5.9 + uses: JamesIves/github-pages-deploy-action@3.6.2 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: html # The folder the action should deploy.