mirror of
https://github.com/avitex/avitex.github.io
synced 2025-01-15 12:29:57 +00:00
add link checking
This commit is contained in:
parent
d3027e5c16
commit
4c93cfc4d1
@ -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 &&
|
||||
|
@ -12,6 +12,11 @@ taxonomies = [
|
||||
{name = "blog/tags", rss = true},
|
||||
]
|
||||
|
||||
[link_checker]
|
||||
skip_prefixes = [
|
||||
"https://play.esea.net"
|
||||
]
|
||||
|
||||
[extra]
|
||||
author = "avitex"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user