We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 722b9ac + c527d04 commit 4ced50cCopy full SHA for 4ced50c
.github/workflows/release-web.yaml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Deploy website to Netlify
83
run: |
84
- npx netlify-cli deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir artifacts/website --prod
+ npx netlify-cli deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir artifacts/website --prod --no-build
85
86
deploy-to-production:
87
name: Publish Website to Production
0 commit comments