From ac5de94ba99e3f6df3eb5ba3e3bf521d321eb6d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:05:27 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.5.0 --- .github/workflows/gradle-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index b288c6f..bf4d0f8 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -45,7 +45,7 @@ jobs: path: ./build/libs/CommandsModule-${{ env.VERSION }}.jar # Now we deploy the documents to GitHub pages - name: Deploy Dokka - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages folder: build/dokka