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 f4fcda3 commit daf1662Copy full SHA for daf1662
.github/workflows/pull-request.yml
@@ -63,6 +63,7 @@ jobs:
63
- name: Deploy to Netlify
64
run: >
65
netlify deploy
66
+ --no-build
67
--site ${{ secrets.NETLIFY_SITE_ID }}
68
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
69
--message "Deploy from GitHub Action (pull-request: ${{ github.event.number }}, ${{ github.event.pull_request.head.sha }})"
0 commit comments