ci: switch to linkchecker #107
@ -41,12 +41,12 @@ steps:
|
|||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: thegeeklab/hugo:0.97.3
|
image: thegeeklab/hugo:0.97.3
|
||||||
commands:
|
commands:
|
||||||
- hugo --panicOnWarning -b http://localhost/
|
- hugo --panicOnWarning -b http://localhost:8000/
|
||||||
|
|
||||||
- name: link-validation
|
- name: link-validation
|
||||||
image: thegeeklab/link-validator
|
image: thegeeklab/link-validator
|
||||||
commands:
|
commands:
|
||||||
- link-validator -ro
|
- link-validator --nice --external --skip-file .linkcheckignore
|
||||||
environment:
|
environment:
|
||||||
LINK_VALIDATOR_BASE_DIR: public/
|
LINK_VALIDATOR_BASE_DIR: public/
|
||||||
|
|
||||||
|
1
.linkcheckignore
Normal file
1
.linkcheckignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://matrix.to/.*
|
@ -15,7 +15,7 @@ resources:
|
|||||||
params:
|
params:
|
||||||
anchor: Center
|
anchor: Center
|
||||||
credits: >
|
credits: >
|
||||||
[Andy Li](https://unsplash.com/@andasta) on
|
Andy Li (@andasta)
|
||||||
[Unsplash](https://unsplash.com/s/photos/container)
|
[Unsplash](https://unsplash.com/s/photos/container)
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user