From 437b429f7b31d49a38e7227b6064d38049ab9467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:01:45 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#80) --- .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 254cc3b..a937ef3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: - name: Deploy pages if: github.ref == 'refs/heads/master' # only push on master branch - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages folder: doc