Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only linkcheck the pages that we just generated
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 19:25:12 +0000 (21:25 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 19:25:12 +0000 (21:25 +0200)
.gitlab-ci.yml

index 00f1d5a..9fd21d4 100644 (file)
@@ -8,7 +8,7 @@ pages:
   - cd docs
   - LC_ALL=C.UTF-8 ./Build.sh
   - mv build/html ../public
-  - linkchecker --ignore-url=https://simgrid.org/doc/3 https://simgrid.org
+  - linkchecker build/html
   artifacts:
     paths:
     - public