Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
814d07016076
Commit
9894dabb
authored
Sep 03, 2020
by
Noé Gaumont
🐙
Browse files
ci(doc): build doc on gitlab pages
parent
9fa72848e5f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
814d0701
...
...
@@ -5,6 +5,7 @@ stages:
-
tests
-
after-tests
-
qa
-
deploy
lint_py
:
except
:
...
...
@@ -45,7 +46,10 @@ lint_doc:
-
pip install tox
script
:
-
tox -e doc
allow_failure
:
true
# XXX fix me
artifacts
:
paths
:
-
.tox/doc/tmp/html
allow_failure
:
true
# XXX fix me
py3_server
:
except
:
...
...
@@ -164,3 +168,16 @@ sonarqube:
--define sonar.projectName=${CI_PROJECT_TITLE}
--define sonar.links.homepage=${CI_PROJECT_URL}
--define sonar.host.url=${SONAR_URL}
pages
:
stage
:
deploy
before_script
:
-
pip install tox
script
:
-
tox -e doc
-
mv .tox/doc/tmp/html public
artifacts
:
paths
:
-
public
only
:
-
branch/default
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment