From cf87ca62452e79e9c372e8c9d2fb4933555822ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 06:32:37 +0000 Subject: [PATCH 1/2] Bump crazy-max/ghaction-github-pages Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 1510b11c0c2f843eafb8ff41b3da8c467c8d4a9f to 2.3.0. This release includes the previously tagged commit. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-pages/blob/dev/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/1510b11c0c2f843eafb8ff41b3da8c467c8d4a9f...b8f8d291c97fe0edd9fb4ee73018163593418e8f) 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 38c56fe..5378828 100644 --- a/.github/workflows/test-publish-release.yml +++ b/.github/workflows/test-publish-release.yml @@ -131,7 +131,7 @@ jobs: run: invoke docs - name: Publish docs on branch gh-pages - uses: crazy-max/ghaction-github-pages@1510b11c0c2f843eafb8ff41b3da8c467c8d4a9f # version 2.2.0 + uses: crazy-max/ghaction-github-pages@b8f8d291c97fe0edd9fb4ee73018163593418e8f # version 2.2.0 with: target_branch: gh-pages build_dir: docs From b2cfb54697ac7ee42b47f31b4b4c9c2de162409d Mon Sep 17 00:00:00 2001 From: Anton Tetov Date: Wed, 17 Mar 2021 09:46:04 +0100 Subject: [PATCH 2/2] Removed comment --- .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 5378828..2ea51f0 100644 --- a/.github/workflows/test-publish-release.yml +++ b/.github/workflows/test-publish-release.yml @@ -131,7 +131,7 @@ jobs: run: invoke docs - name: Publish docs on branch gh-pages - uses: crazy-max/ghaction-github-pages@b8f8d291c97fe0edd9fb4ee73018163593418e8f # version 2.2.0 + uses: crazy-max/ghaction-github-pages@b8f8d291c97fe0edd9fb4ee73018163593418e8f with: target_branch: gh-pages build_dir: docs