From 26408096c0415484e588429d43578f5d44fd534b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:35:53 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8 --- .github/workflows/site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index aba736eec..1e63f2811 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -20,13 +20,13 @@ jobs: restore-keys: | ${{ runner.os }}-jdk-${{ matrix.java }}-maven- - run: mvn clean site -Psite - - uses: JamesIves/github-pages-deploy-action@v4.6.7 + - uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: target/site target-folder: ${{ github.ref_name }} clean: false - - uses: JamesIves/github-pages-deploy-action@v4.6.7 + - uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: target/site