Skip to content

Commit

Permalink
Webpack why
Browse files Browse the repository at this point in the history
  • Loading branch information
vickkie committed Feb 28, 2024
1 parent 2b7df64 commit 6b45ede
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -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

0 comments on commit 6b45ede

Please sign in to comment.