mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Merge pull request #674 from phil-opp/optional-zola-check
Don't fail job if `zola check` fails
This commit is contained in:
1
.github/workflows/build-site.yml
vendored
1
.github/workflows/build-site.yml
vendored
@@ -53,6 +53,7 @@ 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