Skip to content

Commit f66bcf5

Browse files
committed
Fix build path
1 parent 9a3d53c commit f66bcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: yarn build
1818
- uses: netlify/actions/cli@master
1919
with:
20-
args: deploy --dir=dist/ --prod
20+
args: deploy --dir=public/ --prod
2121
env:
2222
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2323
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)