mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Don't fail job if zola check fails
The external link checker of the `zola check` command has false positives, e.g. https://github.com/getzola/zola/issues/805.
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"
|
- 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