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
hub-courses
python_one_week_4_biologists_solutions
Commits
1f1cbc48
Commit
1f1cbc48
authored
Aug 18, 2017
by
Bertrand NÉRON
Browse files
split pipeline in 2 step build & deploy
parent
7eadf7ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1f1cbc48
image
:
registry-gitlab.pasteur.fr/hub-courses/sphinx-env/sphinx:1.4.1
sphinx
:
stage
:
build
script
:
-
make html
-
mv build/html/ .
artifacts
:
paths
:
-
html/
pages
:
stage
:
deploy
image
:
registry-gitlab.pasteur.fr/hub/courses/sphinx-env/sphinx:1.4.1
dependencies
:
-
sphinx
script
:
-
make html
-
mv build/html/ public/
-
mv html/ public/
artifacts
:
paths
:
-
public
only
:
-
master
\ No newline at end of file
-
master
Write
Preview
Markdown
is supported
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