Skip to content

Commit d3a7f78

Browse files
fix: make Vale non-blocking with continue-on-error during transition
1 parent 6695f87 commit d3a7f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333

3434
- name: Lint docs with Vale
3535
uses: errata-ai/vale-action@v2
36+
continue-on-error: true
3637
env:
3738
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3839
with:
3940
files: docs
4041
reporter: github-check
41-
fail_on_error: true
4242

4343
- name: Build site
4444
run: npm run build

0 commit comments

Comments
 (0)