Skip to content

Commit 21ed33d

Browse files
authored
also fix deploy step in PR preview workflow
see commit 8e68717
1 parent 8e68717 commit 21ed33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
NETLIFY_AUTH_TOKEN: ${{secrets.NETLIFY_AUTH_TOKEN}}
6060
NETLIFY_SITE_ID: ${{secrets.NETLIFY_SITE_ID}}
61-
run: ./node_modules/.bin/netlify deploy --dir=. --alias=pr-${{steps.pull-request-number.outputs.result}}
61+
run: ./node_modules/.bin/netlify deploy --no-build --dir=. --alias=pr-${{steps.pull-request-number.outputs.result}}
6262

6363
- name: Add comment to pull request
6464
uses: actions/github-script@v7

0 commit comments

Comments
 (0)