Skip to content

Commit e51efb6

Browse files
committed
Fix build output
1 parent c93f8e2 commit e51efb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
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=public/ --prod
20+
args: deploy --dir=build/ --prod
2121
env:
2222
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2323
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)