Skip to content

Commit

Permalink
Fix the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Jan 23, 2025
1 parent 4f04e8c commit 1236360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: dist
overwrite: true

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 1236360

Please sign in to comment.