Skip to content

Commit

Permalink
Merge pull request #38 from Curio-org/netlify-ci
Browse files Browse the repository at this point in the history
Fix build CI
  • Loading branch information
arjxn-py committed Sep 22, 2023
2 parents fad446d + 9f85749 commit 60a9d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
npm install
npm run build
npx netlify deploy --dir=build --site=${{ secrets.SITE_ID }} --auth=${{ secrets.NETLIFY_AUTH_TOKEN }}
npx netlify deploy --dir=build --site=${{ secrets.SITE_ID }} --auth="${{ secrets.NETLIFY_AUTH_TOKEN }}"
env:
CI: true
NODE_ENV: production

0 comments on commit 60a9d53

Please sign in to comment.