ci: switch to linkchecker #107
@ -41,12 +41,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/
|
||||
|
||||
@ -127,6 +127,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 67a15612dbb19906722e53b0203f6eea732d73a200bed1fb2d7013b93710c612
|
||||
hmac: 184a4ce9d1ed31bbe840d2913d4126ebcc6188a26782741684b5f530001ab396
|
||||
|
||||
...
|
||||
|
1
.linkcheckignore
Normal file
1
.linkcheckignore
Normal file
@ -0,0 +1 @@
|
||||
https://matrix.to/.*
|
@ -15,7 +15,7 @@ resources:
|
||||
params:
|
||||
anchor: Center
|
||||
credits: >
|
||||
[Andy Li](https://unsplash.com/@andasta) on
|
||||
Andy Li (@andasta)
|
||||
[Unsplash](https://unsplash.com/s/photos/container)
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user