From df431bd391d526b287bc27ced122a81e445e17e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:04:47 +0100 Subject: [PATCH] Bump crazy-max/ghaction-github-pages from 2 to 3 (#17979) Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/generate_autodoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_autodoc.yml b/.github/workflows/generate_autodoc.yml index 93a21c05a69..dac3d5d499c 100644 --- a/.github/workflows/generate_autodoc.yml +++ b/.github/workflows/generate_autodoc.yml @@ -24,7 +24,7 @@ jobs: # Nojekyll is important to disable jeykll syntax, which can mess with files that start with underscores - name: 'Deploy Documentation' - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@v3 with: keep_history: false build_dir: dmdoc