Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Public
Open Data
DKAN User Guide
Commits
996dfefc
Commit
996dfefc
authored
Dec 17, 2018
by
Boris Budini
Browse files
Update .gitlab-ci.yml
parent
a12b8236
Pipeline
#147
failed with stage
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
996dfefc
image
:
alpine
pages
:
script
:
-
apk --no-cache add py-pip python2-dev
-
pip install sphinx sphinx_rtd_theme
-
apk --no-cache add make
-
apk --no-cache add py-pip python-dev git make
-
pip install sphinx guzzle_sphinx_theme recommonmark markdown m2r
-
git clone https://github.com/Blendify/sphinx-bootstrap-directives.git
-
cd sphinx-bootstrap-directives
-
python setup.py build
-
python setup.py install
-
cd docs
-
rm -Rf source
-
cd ../..
-
make html
-
mv _build/html/ public/
artifacts
:
...
...
@@ -12,7 +16,6 @@ pages:
-
public
only
:
-
master
compile_pdf
:
image
:
aergus/latex
script
:
...
...
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