From 83a91b47d3039f8f35d452450e5aa5ccc90d7aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:43:40 +0200 Subject: [PATCH] build(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#4625) --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index cd55da31..d8f7c734 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -56,7 +56,7 @@ jobs: working-directory: ./docs - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: publish_dir: docs/public force_orphan: true