Skip to content
Snippets Groups Projects
Commit 78d37d2b 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
Pipeline #79504 passed
image: jojomi/hugo
pages:
stage: deploy
before_script:
- apk add --update doxygen
script:
- cd /builds/osy/osy.pages.fel.cvut.cz
- sh build-nova-doc.sh
- hugo -s hugo -d public
- mv hugo/public public
artifacts:
......
#!/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