Skip to content
GitLab
Projects
Groups
Snippets
/
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
cfdea281
Commit
cfdea281
authored
Aug 02, 2019
by
Boris Budini
🛡
Browse files
Petter Griffin
parent
e335e5f5
Pipeline
#591
passed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cfdea281
...
...
@@ -2,17 +2,13 @@ stages:
-
build
-
deploy
build:html:
image
:
kominoshja/c68-sphinx:latest
stage
:
build
script
:
-
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 ../..
-
rm -Rf sphinx-bootstrap-directives/docs/source
-
git clone https://git.collective68.tech/works/read-the-docs/collective68/offline-version.git _themes/sphinx_rtd_theme
-
make html
-
cd _build/html
...
...
@@ -28,12 +24,7 @@ pages:
stage
:
deploy
script
:
-
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 ../..
-
rm -Rf sphinx-bootstrap-directives/docs/source
-
git clone https://git.collective68.tech/works/read-the-docs/collective68/online-version.git _themes/sphinx_rtd_theme
-
make html
-
sphinx-build -b pdf . _build/html/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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