Skip to content
Snippets Groups Projects
Commit f207e1b6 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Modified the script to assume always yes when installing new software.

parent b5bc46f3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -33,7 +33,7 @@ pages:
script:
- cd Build
- apt-get update
- apt-get install ttf-freefont graphviz
- apt-get install -y ttf-freefont graphviz
- make doc
- mv ../doc/html/ ../public/
artifacts:
......
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