diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89ea0a7a..3404f412 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,7 +220,7 @@ jobs: run: ./gradlew dokkaGenerate --stacktrace shell: bash - name: Deploy docs to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 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 a080241b..e1aa826c 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.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 with: branch: gh-pages folder: build/dokka \ No newline at end of file