diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d08800990da4e9a6767f929469e3a44d1bb1dc0..67f04df9fa11022846d6186d5f5ba5f2bf907b9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,12 +34,13 @@ test: stage: test script: - bundle exec jekyll build -d test --future + - ./download_doc.sh test artifacts: paths: - test expire_in: 1 month except: - - master + - colibri tags: - docker @@ -54,7 +55,7 @@ check-css: - if [ $(grep "PurifyCSS" del-classes.o | wc -l) = 0 ]; then echo "No CSS to clean"; else cat del-classes.o; exit 1; fi; allow_failure: true except: - - master + - colibri tags: - docker @@ -62,15 +63,12 @@ pages: stage: deploy script: - JEKYLL_ENV="production" bundle exec jekyll build -d public --future - - wget -O farith2_doc.tar.gz "https://git.frama-c.com/pub/colibrics/-/jobs/artifacts/master/raw/farith2_doc.tar.gz?job=generate-static:%20[4.12.0]" - - mkdir -p public/html/doc/ - - tar -C public/html/doc/ -xf farith2_doc.tar.gz - - mv public/html/doc/farith2 public/html/doc/farith + - ./download_doc.sh public artifacts: paths: - public expire_in: 1 month only: - - master + - colibri tags: - docker diff --git a/_fc-plugins/farith.md b/_fc-plugins/farith.md index b8ec4235ea2162bb0924fe715df77fa3cfae1b31..bb37ef26c2251041a831afb73cb3bdf3f25278c1 100644 --- a/_fc-plugins/farith.md +++ b/_fc-plugins/farith.md @@ -6,8 +6,7 @@ description: key: main distrib_mode: main priority: 0 -manual_pdf: /download/farith-manual.pdf -manual_html: /html/doc/farith/coq/index.html +manual_html: /html/doc/farith/doc/F.All.html --- ## Farith diff --git a/download.html b/download.html index 1054a4bf61a5b915f2be4ff8e01cbe061f2f5c8f..9b2bc6447c02e00b2da534ec2861b0d48b7279ae 100644 --- a/download.html +++ b/download.html @@ -3,10 +3,12 @@
Redirect to Get Frama-C
+Redirect + to Get + Colibri tools
-