diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5fb29e..4917319 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,7 +224,7 @@ jobs: run: ./gradlew dokkaHtml --stacktrace shell: bash - name: Deploy docs to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: build/dokka \ No newline at end of file diff --git a/.github/workflows/docs-publish.yml b/.github/workflows/docs-publish.yml index 506ffb3..f8d9c75 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -21,7 +21,7 @@ jobs: run: ./gradlew dokkaHtml shell: bash - name: Deploy docs to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: build/dokka \ No newline at end of file