Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-11-04 12:15:52 +0300
committerGitHub <noreply@github.com>2022-11-04 12:15:52 +0300
commit644789aee7f5ced1d33a8300cfc551171d51d8d2 (patch)
treead7dcf24fd40d8a26fd31f2618eb2e36b546660f
parente9e079bbc6053ae5a4c87cf40c6b37a953926697 (diff)
ci: refactor broken link check (#328)
-rw-r--r--.drone.yml5
-rw-r--r--.linkcheckignore2
2 files changed, 3 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index f84c99f..81edb7f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -39,9 +39,10 @@ steps:
- name: link-validation
image: thegeeklab/link-validator
commands:
- - link-validator --nice --external --skip-file .linkcheckignore
+ - link-validator --color=always --rate-limit 10 -e https://github.com/thegeeklab/hugo-geekblog/edit/main/.*
environment:
LINK_VALIDATOR_BASE_DIR: exampleSite/public
+ LINK_VALIDATOR_RETRIES: 3
- name: page-validation
image: thegeeklab/lhci
@@ -287,6 +288,6 @@ depends_on:
---
kind: signature
-hmac: 7124323835f4329636bb5445e8018ad366e6cbab3caec54e30edd7939603cb1a
+hmac: 4a3c2b1947017acd483a1b729df66f23610cc2dd1ffe65c9ab6d2e64768b5a62
...
diff --git a/.linkcheckignore b/.linkcheckignore
deleted file mode 100644
index bc7e6b1..0000000
--- a/.linkcheckignore
+++ /dev/null
@@ -1,2 +0,0 @@
-.*/fonts/KaTeX_.*.ttf
-https://github.com/thegeeklab/hugo-geekdoc/edit/main/.*