From 7018e0835ffd8b3ed1cb2802b68ea2d55ebc1746 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 4 Nov 2022 09:15:17 +0100 Subject: [PATCH] ci: refactor broken link check --- .drone.yml | 5 +++-- .linkcheckignore | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .linkcheckignore diff --git a/.drone.yml b/.drone.yml index a6da1c9..e079bf0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,9 +45,10 @@ steps: - name: link-validation image: thegeeklab/link-validator commands: - - link-validator --nice --external --skip-file .linkcheckignore + - link-validator --color=always -e https://matrix.to/.* environment: LINK_VALIDATOR_BASE_DIR: public/ + LINK_VALIDATOR_RETRIES: 3 - name: build image: thegeeklab/hugo:0.104.3 @@ -126,6 +127,6 @@ depends_on: --- kind: signature -hmac: 328edde5574b8be5eb12babc281f3777b2625118184c8306d2022196be9561f1 +hmac: 2582671eb8c9e7f775dab76f1e6987efe38ba7e84f756a1acb39feafd4a1057f ... diff --git a/.linkcheckignore b/.linkcheckignore deleted file mode 100644 index da30e68..0000000 --- a/.linkcheckignore +++ /dev/null @@ -1 +0,0 @@ -https://matrix.to/.*