Skip to content

Commit fb6afc2

Browse files
committed
ci: make surge preview non-blocking
1 parent 9038793 commit fb6afc2

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
@@ -29,7 +29,7 @@ jobs:
2929
surge_token: ${{ env.SURGE_TOKEN }}
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
dist: docs-dist
32-
failOnError: true
32+
failOnError: false
3333
setCommitStatus: true
3434
build: |
3535
npm install

0 commit comments

Comments
 (0)