Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
argh, linkchecker needs --check-extern to be really useful
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 22:15:32 +0000 (00:15 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 22:15:32 +0000 (00:15 +0200)
.gitlab-ci.yml

index 2830b95..64e8e26 100644 (file)
@@ -8,7 +8,7 @@ pages:
   - cd docs
   - LC_ALL=C.UTF-8 ./Build.sh
   - mv build/html ../public
-  - linkchecker --ignore-url='.*\.css$' ../public
+  - linkchecker --check-extern --ignore-url='.*\.css$' ../public
   artifacts:
     paths:
     - public