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:
Philipp Oppermann
2019-10-02 11:09:16 +02:00
parent f5ef5d3222
commit 69bfe311f9

View File

@@ -53,6 +53,7 @@ jobs:
- name: "Run zola check"
run: ../zola check
working-directory: "blog"
continue-on-error: true
check_spelling:
name: "Check Spelling"