From 6d4e8d0a65ae506613894efdd0eee0fec3af054f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:22:39 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.0 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 182b609..65614cf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: java-version: 8 - name: Generate site run: sbt makeSite - - uses: JamesIves/github-pages-deploy-action@v4.4.0 + - uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages folder: target/site