diff --git a/.github/workflows/website_build.yml b/.github/workflows/website_build.yml index 6f8d5b40..bdc5f871 100644 --- a/.github/workflows/website_build.yml +++ b/.github/workflows/website_build.yml @@ -30,8 +30,7 @@ jobs: working-directory: ./website - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 + uses: peaceiris/actions-gh-pages@v4 with: - path: ./website/dist - name: 'github-pages' \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./website/dist \ No newline at end of file