Skip to content

Commit

Permalink
corrected artifact dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
njkevlani committed Mar 9, 2025
1 parent 6c991d8 commit 0614be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: public

deploy:
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 0614be6

Please sign in to comment.