Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomet committed Dec 22, 2024
1 parent 04b81c1 commit e7fdee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload artifact for deployment
uses: actions/upload-pages-artifact@v3
with:
path: serve/ # The folder that contains the built files
path: dist/ # The folder that contains the built files

deploy:
# Deploy job depends on the build job
Expand Down

0 comments on commit e7fdee2

Please sign in to comment.