Merge branch 'feature/pipeline-docs-fix' into 'develop'

Docgen changes

See merge request spexeah/asuro!27
This commit is contained in:
Kieron 2021-07-06 19:42:57 +00:00
commit 170b93dd69

View File

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