From be688962a3fe3a088a73e3d8751e66191e8d460d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 09:29:55 -0700 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.2.2 to 4.4.0 (#838) Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.2.2 to 4.4.0. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.2.2...v4.4.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 5dcb1f6f1..8a4705d62 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -36,7 +36,7 @@ jobs: --baseurl ${{ steps.get_version.outputs.VERSION }} \ --destination ${{ steps.get_version.outputs.VERSION }} - name: Publish Latest Docs - uses: JamesIves/github-pages-deploy-action@v4.2.2 + uses: JamesIves/github-pages-deploy-action@v4.4.0 with: branch: gh-pages folder: docs/_latest @@ -45,7 +45,7 @@ jobs: clean-exclude: | *.*.*/ - name: Publish Versioned Docs - uses: JamesIves/github-pages-deploy-action@v4.2.2 + uses: JamesIves/github-pages-deploy-action@v4.4.0 with: branch: gh-pages folder: docs/${{ steps.get_version.outputs.VERSION }}