Skip to content

Commit

Permalink
fix: get directory path correct
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Sep 2, 2023
1 parent fb89bed commit 74147c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
run: npx netlify deploy --prod --dir=.next
run: npx netlify deploy --prod --dir=nextgen/.next

0 comments on commit 74147c7

Please sign in to comment.