We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884761d commit b674150Copy full SHA for b674150
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: '18'
20
21
- name: Install Netlify CLI
22
- run: npm install -g netlify-cli && npm install && npm run build
+ run: npm install -g netlify-cli
23
24
- name: Deploy to Netlify
25
run: netlify deploy --prod
0 commit comments