Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ci@doc: fix the parameter of linkchecker
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 21:54:07 +0000 (23:54 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 21:54:07 +0000 (23:54 +0200)
.gitlab-ci.yml

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