Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowclouds committed Mar 26, 2024
1 parent 00be304 commit 1cff317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
npx webpack
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
uses: actions/upload-pages-artifact@v3
with:
path: ./public

# Deployment job
deploy:
Expand Down

0 comments on commit 1cff317

Please sign in to comment.