Skip to content

Commit 0c36003

Browse files
committed
fix: remove commas
1 parent 9c5f24b commit 0c36003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
1515
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
16-
build_directory: '.output',
16+
build_directory: '.output'
1717
build_command: npm run generate,
18-
node_version: '16.14.2',
18+
node_version: '16.14.2'
1919
NETLIFY_DEPLOY_TO_PROD: true

0 commit comments

Comments
 (0)