From 37a918a509da49034b8ebfea0606158eb1b1efd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:55:15 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.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 bdcc9e9..edaa463 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -51,7 +51,7 @@ jobs: args: ./build/libs/FilesModule-${{ env.VERSION }}.jar application/java-archive # Now we deploy the documents to GitHub pages - name: Deploy Dokka - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: branch: gh-pages folder: build/dokka