ci: refactor broken link check (#531)

This commit is contained in:
Robert Kaussow 2022-11-04 10:15:58 +01:00 committed by GitHub
parent e9ece03388
commit 346ad6c91d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -39,9 +39,10 @@ steps:
- name: link-validation
image: thegeeklab/link-validator
commands:
- link-validator --nice --external --skip-file .linkcheckignore
- link-validator --color=always --rate-limit 10 -e https://github.com/thegeeklab/hugo-geekdoc/edit/main/.*
environment:
LINK_VALIDATOR_BASE_DIR: exampleSite/public
LINK_VALIDATOR_RETRIES: 3
- name: page-validation
image: thegeeklab/lhci
@ -286,6 +287,6 @@ depends_on:
---
kind: signature
hmac: 8a857bba8126ebb40acc7dfb24a86f1539d447df4ca3e4b3bdc8f78d21e2b51b
hmac: 87d359c4cd5112149e7455a8e23070741f1d3332e3dbe0636aeb74209364b65c
...

View file

@ -1,2 +0,0 @@
.*/fonts/KaTeX_.*.ttf
https://github.com/thegeeklab/hugo-geekdoc/edit/main/.*