Skip to content
Snippets Groups Projects
Commit df458a55 authored by François Bobot's avatar François Bobot
Browse files

[Doc] add farith2 documentation

parent 61a10f7b
No related branches found
No related tags found
1 merge request!3Start the COLIBRI manual in the website
Pipeline #37258 passed with warnings
......@@ -57,11 +57,15 @@ check-css:
- master
tags:
- docker
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
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment