We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5f24b commit 0c36003Copy full SHA for 0c36003
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
15
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
16
- build_directory: '.output',
+ build_directory: '.output'
17
build_command: npm run generate,
18
- node_version: '16.14.2',
+ node_version: '16.14.2'
19
NETLIFY_DEPLOY_TO_PROD: true
0 commit comments