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