From d7e84b0534b114011305d28c06a090d29b5d6cf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 12:58:53 +0200 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.4.2 (#101) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 dd94fa38..57f39810 100644 --- a/.github/workflows/gradle-dokka.yml +++ b/.github/workflows/gradle-dokka.yml @@ -23,7 +23,7 @@ jobs: run: ./gradlew emojify:dokkaHtml - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.2 with: branch: docs # The branch the action should deploy to. folder: emojify/build/docs/dokka # The folder the action should deploy.