Test sphinx generation on every commit
Produces a downloadable artifact
This commit is contained in:
parent
1eb28f2c80
commit
4570eb1665
1 changed files with 8 additions and 1 deletions
|
@ -66,7 +66,7 @@ k8s-ticket-testing-deploy:
|
||||||
name: staging
|
name: staging
|
||||||
url: https://ticket-testing.lca2018.org
|
url: https://ticket-testing.lca2018.org
|
||||||
|
|
||||||
pages:
|
.docs_template: &sphinx
|
||||||
image: alpine
|
image: alpine
|
||||||
script:
|
script:
|
||||||
- apk --no-cache add py2-pip python-dev make
|
- apk --no-cache add py2-pip python-dev make
|
||||||
|
@ -78,8 +78,15 @@ pages:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
||||||
|
pages:
|
||||||
|
<<: *sphinx
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
environment:
|
environment:
|
||||||
name: docs
|
name: docs
|
||||||
url: https://lca2018.gitlab.io/symposion_app/
|
url: https://lca2018.gitlab.io/symposion_app/
|
||||||
|
|
||||||
|
test_sphinx:
|
||||||
|
<<: *sphinx
|
||||||
|
stage: test
|
||||||
|
|
Loading…
Reference in a new issue