Skip to content
Snippets Groups Projects
Commit f00760a5 authored by Phileas Lebada's avatar Phileas Lebada
Browse files

Add sphinx docs CI artifact

parent cc1ed780
No related branches found
No related tags found
No related merge requests found
......@@ -70,3 +70,15 @@ build-p6:
expose_as: 'Proto 6 ELF'
paths: ['build/flow3r.elf']
expire_in: 5 hours
pages:
stage: build
script:
- cd docs
- make html
- mv _build/html ../public
artifacts:
paths: ['public']
# only for main branch public docs
#rules:
# - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
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