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

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-05-18 19:21:11 +0300
committerGitHub <noreply@github.com>2022-05-18 19:21:11 +0300
commitcb68d35c24e1cb0d913f26e1d3950a58419f7f7d (patch)
treeb686bd58061768e48c0780673b6c9236cfc97be0 /.drone.yml
parent512968329cd6c3c977b6a7da86968864f77be318 (diff)
ci: switch to linkchecker (#410)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 799831c..b0df26d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -29,7 +29,7 @@ steps:
image: thegeeklab/hugo:0.97.3
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
- - hugo --panicOnWarning -s exampleSite/ -b http://localhost/
+ - hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
- name: html-validation
image: thegeeklab/vnu
@@ -39,7 +39,7 @@ steps:
- name: link-validation
image: thegeeklab/link-validator
commands:
- - link-validator -ro --exclude "https://github.com/thegeeklab/hugo-geekdoc/edit/main/*"
+ - link-validator --nice --external --skip-file .linkcheckignore
environment:
LINK_VALIDATOR_BASE_DIR: exampleSite/public
@@ -284,6 +284,6 @@ depends_on:
---
kind: signature
-hmac: 78d66315bf7cbdff3c4400545f9a4fb7958d9b7c4b254dec24abe3f53326ab87
+hmac: b78e05487435826d7285f2cd03cad603315861af89131f8f9d87ccd85cc3ca4f
...