diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index e4afd0984..fabe6992f 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -175,7 +175,7 @@ jobs: run: | yarn docs - name: Publish docs - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs