diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index b84dbc8e..f3e17191 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3 @@ -28,7 +28,7 @@ jobs: npx webpack - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4.3.2 + uses: peaceiris/actions-gh-pages@v3 with: - branch: main - folder: dist + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist