Skip to content

Commit 89bd725

Browse files
committed
ci: make surge preview non-blocking
1 parent 8c4c4cb commit 89bd725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/surge-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
surge_token: ${{ env.SURGE_TOKEN }}
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
dist: dist
26-
failOnError: true
26+
failOnError: false
2727
setCommitStatus: true
2828
build: |
2929
npm install

0 commit comments

Comments
 (0)