From 36cf00e6f40be6ca0a2d35091825d12d36aeabe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 07:59:52 +0200 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.4.0 (#100) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 fefe402..182b609 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.3.4 + - uses: JamesIves/github-pages-deploy-action@v4.4.0 with: branch: gh-pages folder: target/site