diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbdc32df..3b78e64b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: ORG_GRADLE_PROJECT_sonatypePassword: ${{secrets.SONATYPE_PASSWORD}} - name: Publish documentation if: github.ref_type == 'tag' - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{github.token}} force_orphan: true