From b8a671e8c6b2926dd6b6f881d6bd8f5a26283937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 06:05:37 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-pages from 2.3.0 to 2.4.1 Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 2.3.0 to 2.4.1. - [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/v2.3.0...v2.4.1) Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6e9fc48..6f3cf49 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: cd docs sphinx-build -b html . _build - name: Upload to Github Pages - uses: crazy-max/ghaction-github-pages@v2.3.0 + uses: crazy-max/ghaction-github-pages@v2.4.1 with: build_dir: docs/_build/ target_branch: gh-pages