Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vickkie committed Mar 26, 2024
1 parent dce45b4 commit 62b39ff
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
@@ -1,4 +1,4 @@
name: NodeJS with Webpack
name: NodeJS with Webpack for Vickkie

on:
push:
Expand All @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -37,6 +37,6 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.WEBPACK_DEPLOY }}
github_token: ${{ secrets.WEBPACK_DEPLOY}}
publish_branch: gh-pages
publish_dir: ./
publish_dir: ./public

0 comments on commit 62b39ff

Please sign in to comment.