exclude gh edit links from link validator

master
Robert Kaussow 2020-11-16 23:06:40 +01:00
parent 0880c38099
commit 12fe3102a8
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ steps:
- name: link-validation
image: thegeeklab/link-validator
commands:
- link-validator -ro
- link-validator -ro --exclude "https://github.com/thegeeklab/hugo-geekdoc/edit/master/*"
environment:
LINK_VALIDATOR_BASE_DIR: exampleSite/public
@ -242,6 +242,6 @@ depends_on:
---
kind: signature
hmac: 9ffa1706ed0a3368bafa619e2fe5dd07db1813c9c8f9e7b54a3f4e722393ffce
hmac: c9b760d5d37c992b0caba32b3a4cf1933174c63453f263b96abec8387d340dd7
...