From 7598e1381e85bed118916e9f810cd767046d04ea Mon Sep 17 00:00:00 2001 From: friendlyanon Date: Sat, 13 Apr 2024 11:58:51 +0200 Subject: [PATCH] Update the `peaceiris/actions-gh-pages` action --- cmake-init/templates/common/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-init/templates/common/.github/workflows/ci.yml b/cmake-init/templates/common/.github/workflows/ci.yml index 72b796e..375e667 100644 --- a/cmake-init/templates/common/.github/workflows/ci.yml +++ b/cmake-init/templates/common/.github/workflows/ci.yml @@ -242,7 +242,7 @@ jobs: -P cmake/docs-ci.cmake - name: Deploy docs - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: build/docs/html