From de9386e0887113158294f4304c564a8f4d260568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 00:38:00 +0000 Subject: [PATCH] Bump EdricChan03/action-build-deploy-ghpages from 2.6.0 to 3.0.0 Bumps [EdricChan03/action-build-deploy-ghpages](https://github.com/EdricChan03/action-build-deploy-ghpages) from 2.6.0 to 3.0.0. - [Release notes](https://github.com/EdricChan03/action-build-deploy-ghpages/releases) - [Commits](https://github.com/EdricChan03/action-build-deploy-ghpages/compare/v2.6.0...v3.0.0) --- updated-dependencies: - dependency-name: EdricChan03/action-build-deploy-ghpages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/site-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-ci.yml b/.github/workflows/site-ci.yml index 425ab308..d1b6cbf2 100644 --- a/.github/workflows/site-ci.yml +++ b/.github/workflows/site-ci.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build and deploy site - uses: EdricChan03/action-build-deploy-ghpages@v2.6.0 + uses: EdricChan03/action-build-deploy-ghpages@v3.0.0 with: github_token: ${{ github.token }} git_force: 'false'