Skip to content

Commit 4ced50c

Browse files
authored
Merge pull request #426 from algorandfoundation/chore/deploy-fix
chore: hopefully fix the netlify deployment
2 parents 722b9ac + c527d04 commit 4ced50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Deploy website to Netlify
8383
run: |
84-
npx netlify-cli deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir artifacts/website --prod
84+
npx netlify-cli deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir artifacts/website --prod --no-build
8585
8686
deploy-to-production:
8787
name: Publish Website to Production

0 commit comments

Comments
 (0)