From a822f4ea46476fa1f7b6dac617c4d4122a75352a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Apr 2024 15:45:28 +0000 Subject: [PATCH] Update peaceiris/actions-gh-pages action to v4 --- .github/workflows/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 4dd803d..cecb7a3 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -19,7 +19,7 @@ jobs: configfile: 'mkdocs/mkdocs.yml' - name: Deploy docs to github pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./mkdocs/site