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 eff9b7c commit c771cfdCopy full SHA for c771cfd
.github/workflows/draft-deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
25
NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }}
26
with:
27
- args: deploy --dir=build
+ args: deploy --dir=build --no-build
28
29
- name: Find comment
30
uses: peter-evans/find-comment@v3
.github/workflows/test-deploy.yml
@@ -25,4 +25,4 @@ jobs:
- args: deploy --dir=build --alias="$GITHUB_REF_NAME"
+ args: deploy --dir=build --alias="$GITHUB_REF_NAME" --no-build
0 commit comments