From 644789aee7f5ced1d33a8300cfc551171d51d8d2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 4 Nov 2022 10:15:52 +0100 Subject: [PATCH] ci: refactor broken link check (#328) --- .drone.yml | 5 +++-- .linkcheckignore | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .linkcheckignore 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/.*