From 687ee5c42e166e671b884954395798f5429cb990 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:53:44 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.4 --- .github/workflows/gradle-dokka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-dokka.yml b/.github/workflows/gradle-dokka.yml index a74c606..c1d6435 100644 --- a/.github/workflows/gradle-dokka.yml +++ b/.github/workflows/gradle-dokka.yml @@ -21,7 +21,7 @@ jobs: - name: Generate docs with dokka run: ./gradlew dokkaHtml - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: docs # The branch the action should deploy to. folder: markdown/build/dokka/html # The folder the action should deploy.