diff --git a/.github/workflows/build-test-documentation.yaml b/.github/workflows/build-test-documentation.yaml index 773ff6d..b9cfbc5 100644 --- a/.github/workflows/build-test-documentation.yaml +++ b/.github/workflows/build-test-documentation.yaml @@ -45,7 +45,7 @@ jobs: run: ./gradlew dokkaHtml - name: Deploy API documentation to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.3 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FOLDER: build/dokka \ No newline at end of file