Skip to content

Commit e521985

Browse files
committed
error fix
1 parent d4cc7f6 commit e521985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd_PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Deploy to Netlify
4747
uses: nwtgck/[email protected]
4848
with:
49-
publish-dir: './next'
49+
publish-dir: '.next'
5050
production-branch: main
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
deploy-message: "Deploy from GitHub Actions"

0 commit comments

Comments
 (0)