CI: Move link check to separate workflow

The job often fails temporarily, which can be confusing to contributors. By moving it to a separate 'Check Links' workflow, it hopefully becomes clearer that the failure is unrelated to a PR.
This commit is contained in:
Philipp Oppermann
2022-10-03 13:32:10 +02:00
parent 209fd7c312
commit d70afb7ecc
2 changed files with 27 additions and 14 deletions

View File

@@ -38,20 +38,6 @@ jobs:
name: generated_site
path: blog/public
zola_check:
name: "Zola Check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: 'Download Zola'
run: curl -sL https://github.com/getzola/zola/releases/download/v0.16.1/zola-v0.16.1-x86_64-unknown-linux-gnu.tar.gz | tar zxv
- name: "Run zola check"
run: ../zola check
working-directory: "blog"
check_spelling:
name: "Check Spelling"
runs-on: ubuntu-latest