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