Skip to content
Snippets Groups Projects
Commit 24ec2323 authored by Jiri Vlasak's avatar Jiri Vlasak
Browse files

Add build nova doc script

parent 11274518
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ image: jojomi/hugo
pages:
stage: deploy
script:
- sh build-nova-doc.sh
- cd /builds/osy/osy.pages.fel.cvut.cz
- hugo -s hugo -d public
- mv hugo/public public
......
#!/usr/bin
set -eu
cd nova/kern ; doxygen
mv nova/kern/html hugo/static/nova
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