add link checking

This commit is contained in:
avitex 2020-04-15 19:57:31 +10:00
parent d3027e5c16
commit 4c93cfc4d1
Signed by: avitex
GPG Key ID: 38C76CBF3749D62C
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,7 @@ script:
after_success: |
[ $TRAVIS_BRANCH = source ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
zola check &&
zola build &&
sudo pip install ghp-import &&
ghp-import -m "build ${TRAVIS_COMMIT}" -c 1bit.pw -n public -b master &&

View File

@ -12,6 +12,11 @@ taxonomies = [
{name = "blog/tags", rss = true},
]
[link_checker]
skip_prefixes = [
"https://play.esea.net"
]
[extra]
author = "avitex"