diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 28842f2ab..abf979206 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -48,7 +48,7 @@ jobs: run: cp .asf.yaml ./website/book/.asf.yaml - name: Deploy to gh-pages - uses: peaceiris/actions-gh-pages@v3.9.2 + uses: peaceiris/actions-gh-pages@v3.9.3 if: github.event_name == 'push' && github.ref_name == 'main' with: github_token: ${{ secrets.GITHUB_TOKEN }}