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