diff --git a/.github/workflows/publish-demos.yml b/.github/workflows/publish-demos.yml index 994f45daa8d9..002fabe7891e 100644 --- a/.github/workflows/publish-demos.yml +++ b/.github/workflows/publish-demos.yml @@ -212,7 +212,7 @@ jobs: name: publish-demos path: ./apps/demos/publish-demos - name: Deploy to gh-pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./apps/demos/publish-demos