From 6761209822e3711158c9de28696415b07b8520d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:06:23 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.3 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e6a476..9504880 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: name: site path: main/DocFX/_site # - name: Deploy - # uses: JamesIves/github-pages-deploy-action@v4.4.0 + # uses: JamesIves/github-pages-deploy-action@v4.4.3 # with: # branch: gh-pages # folder: site @@ -102,7 +102,7 @@ jobs: name: site path: site - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.4.0 # github-pages-deploy-action currently only runs on Linux. + uses: JamesIves/github-pages-deploy-action@v4.4.3 # github-pages-deploy-action currently only runs on Linux. with: branch: gh-pages folder: site