From 813f974ad11ec4238f5e6a9516236cc503a39ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:56:29 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.2 Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.4.0 to 4.4.2. - [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.2) --- 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..efdf1d2 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.2 # 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.2 # github-pages-deploy-action currently only runs on Linux. with: branch: gh-pages folder: site