ci: switch to linkchecker

This commit is contained in:
Robert Kaussow 2022-05-20 15:00:41 +02:00
parent d3c18ead34
commit 36fb84cfa8
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 2 additions and 4 deletions

View File

@ -34,12 +34,12 @@ steps:
- name: testbuild
image: thegeeklab/hugo:0.97.3
commands:
- hugo --panicOnWarning -b http://localhost/
- hugo --panicOnWarning -b http://localhost:8000/
- name: link-validation
image: thegeeklab/link-validator
commands:
- link-validator -ro
- link-validator --nice --external --skip-file .linkcheckignore
environment:
LINK_VALIDATOR_BASE_DIR: public
@ -85,5 +85,3 @@ trigger:
---
kind: signature
hmac: 581c348d7f9cfe721ad007f370940f27cb72d6b56d259b133b7c62d31c72a23a
...

0
.hugo_build.lock Normal file
View File

0
.linkcheckignore Normal file
View File