diff --git a/.github/workflows/build-test-documentation.yaml b/.github/workflows/build-test-documentation.yaml index 1a20188..19b7326 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.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FOLDER: build/dokka \ No newline at end of file