From 63b38cef83b28ba68da5f381fc9261667a91fb51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:23:07 +0000 Subject: [PATCH] Bump mhausenblas/mkdocs-deploy-gh-pages from 1.12 to 1.26 Bumps [mhausenblas/mkdocs-deploy-gh-pages](https://github.com/mhausenblas/mkdocs-deploy-gh-pages) from 1.12 to 1.26. - [Release notes](https://github.com/mhausenblas/mkdocs-deploy-gh-pages/releases) - [Commits](https://github.com/mhausenblas/mkdocs-deploy-gh-pages/compare/1.12...1.26) --- updated-dependencies: - dependency-name: mhausenblas/mkdocs-deploy-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/mkdocs-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml index 0f89c6bb..2defbe12 100644 --- a/.github/workflows/mkdocs-deploy.yml +++ b/.github/workflows/mkdocs-deploy.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v1 - name: Deploy docs - uses: mhausenblas/mkdocs-deploy-gh-pages@1.12 + uses: mhausenblas/mkdocs-deploy-gh-pages@1.26 env: GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}