We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cc7f6 commit e521985Copy full SHA for e521985
.github/workflows/cd_PR.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Deploy to Netlify
47
uses: nwtgck/[email protected]
48
with:
49
- publish-dir: './next'
+ publish-dir: '.next'
50
production-branch: main
51
github-token: ${{ secrets.GITHUB_TOKEN }}
52
deploy-message: "Deploy from GitHub Actions"
0 commit comments