diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1fcc69e7c1..4389aa9de4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -43,7 +43,7 @@ jobs: EOF - name: Deploy docs to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: temp_docs