mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-05 04:40:43 +00:00
ci: refactor broken link check (#328)
This commit is contained in:
parent
e9e079bbc6
commit
644789aee7
@ -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-geekblog/edit/main/.*
|
||||
environment:
|
||||
LINK_VALIDATOR_BASE_DIR: exampleSite/public
|
||||
LINK_VALIDATOR_RETRIES: 3
|
||||
|
||||
- name: page-validation
|
||||
image: thegeeklab/lhci
|
||||
@ -287,6 +288,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 7124323835f4329636bb5445e8018ad366e6cbab3caec54e30edd7939603cb1a
|
||||
hmac: 4a3c2b1947017acd483a1b729df66f23610cc2dd1ffe65c9ab6d2e64768b5a62
|
||||
|
||||
...
|
||||
|
@ -1,2 +0,0 @@
|
||||
.*/fonts/KaTeX_.*.ttf
|
||||
https://github.com/thegeeklab/hugo-geekdoc/edit/main/.*
|
Loading…
Reference in New Issue
Block a user