From 1d6b06163f28a8a2803d2e7dc5a64ed0d78cad07 Mon Sep 17 00:00:00 2001 From: Bjarne Eberhardt <63170816+warriorzz@users.noreply.github.com> Date: Wed, 8 May 2024 11:33:07 +1200 Subject: [PATCH] Fix CI version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b891af0..0b06c69 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: run: ./gradlew dokkaHtml - name: Deploy Docs to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4.6.0 + uses: JamesIves/github-pages-deploy-action@4 with: branch: gh-pages folder: build/dokka/html