From 891f529537e722d88b62d3c39f1188b056f9387a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:51:16 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-pages from 3.1.0 to 3.2.0 Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/c0d7ff0487ee0415efb7f32dab10ea880330b1dd...5859b4ea7efe6b470a5b19c570460eae9323aefc) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-publish-release.yml b/.github/workflows/test-publish-release.yml index 2a6d7f3..fd2424c 100644 --- a/.github/workflows/test-publish-release.yml +++ b/.github/workflows/test-publish-release.yml @@ -122,7 +122,7 @@ jobs: run: invoke docs - name: Publish docs on branch gh-pages - uses: crazy-max/ghaction-github-pages@c0d7ff0487ee0415efb7f32dab10ea880330b1dd + uses: crazy-max/ghaction-github-pages@5859b4ea7efe6b470a5b19c570460eae9323aefc with: target_branch: gh-pages build_dir: docs