Docgen changes

Changed docgen job to create doc folder, not public for now.
This commit is contained in:
Kieron Morris 2021-07-06 20:35:26 +01:00
parent e69d06ea4f
commit 34d6873a6a

View File

@ -61,11 +61,13 @@ docgen:
script:
- ./compile_sourcelist.sh
- ./compile_docs.sh
- ln -s doc public
# Remove comments when we want to use gitlab pages.
#- cp doc public
allow_failure: true
artifacts:
paths:
- public
- ./sources.list
- doc
#- public/*
#- ./sources.list
needs:
- versions