mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27: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"
|
||||
run: ../zola check
|
||||
working-directory: "blog"
|
||||
continue-on-error: true
|
||||
|
||||
check_spelling:
|
||||
name: "Check Spelling"
|
||||
|
||||
Reference in New Issue
Block a user