X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9f87493dd8a4260159b7695d157a72053637220..b96271e50d480525a5a91f8da39b2bf3efc4355e:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ccb3ac5bf..d1e927d5a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,11 @@ pages: - cd docs - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public + # - The CSS contains a reference to a font or something, not something we gonna fix on our side + # - The javasphinx output does not exist in the git, so the "open on GitLab" link is broken. + # I'd like to report this as a bug, but javasphinx seems abandonned upstream. + # - public/search.html and public/genindex.html are also generated. + - linkchecker --check-extern --ignore-url='.*\.css$' --ignore-url=public/java/org --ignore-url=public/search.html --ignore-url public/genindex.html ../public artifacts: paths: - public