diff --git a/.drone.yml b/.drone.yml index 35883ec..b4332e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,12 +34,12 @@ steps: - name: testbuild image: thegeeklab/hugo:0.97.3 commands: - - hugo --panicOnWarning -b http://localhost/ + - hugo --panicOnWarning -b http://localhost:8000/ - name: link-validation image: thegeeklab/link-validator commands: - - link-validator -ro + - link-validator --nice --external --skip-file .linkcheckignore environment: LINK_VALIDATOR_BASE_DIR: public @@ -85,5 +85,3 @@ trigger: --- kind: signature hmac: 581c348d7f9cfe721ad007f370940f27cb72d6b56d259b133b7c62d31c72a23a - -... diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/.linkcheckignore b/.linkcheckignore new file mode 100644 index 0000000..e69de29