From 38d2eadba6c6b7b6eb3665bdab524e71baff89d7 Mon Sep 17 00:00:00 2001 From: tjdwill Date: Sun, 28 Apr 2024 20:50:06 -0500 Subject: [PATCH] update gh action version --- .github/workflows/sitebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sitebuild.yml b/.github/workflows/sitebuild.yml index 4699171..489be4c 100644 --- a/.github/workflows/sitebuild.yml +++ b/.github/workflows/sitebuild.yml @@ -19,7 +19,7 @@ jobs: name: html-docs path: docs/build/html/ - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: github.ref == 'refs/heads/main' with: publish_branch: gh-pages