mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Don't continue on error for zola check
This commit is contained in:
1
.github/workflows/build-site.yml
vendored
1
.github/workflows/build-site.yml
vendored
@@ -53,7 +53,6 @@ jobs:
|
|||||||
- name: "Run zola check"
|
- name: "Run zola check"
|
||||||
run: ../zola check
|
run: ../zola check
|
||||||
working-directory: "blog"
|
working-directory: "blog"
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
check_spelling:
|
check_spelling:
|
||||||
name: "Check Spelling"
|
name: "Check Spelling"
|
||||||
|
|||||||
Reference in New Issue
Block a user