Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
0d67ed63
Commit
0d67ed63
authored
Jan 27, 2021
by
payno
Browse files
[CI] simplification
parent
ce7afe8a
Pipeline
#40801
passed with stage
in 4 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0d67ed63
...
...
@@ -60,13 +60,10 @@ linux_docker:
-
source $VENV_DIR/bin/activate
-
pip install --upgrade pip
-
pip install sphinx cloud_sptheme nbsphinx recommonmark numpy
-
rm -rf artifacts
-
rm -rf public
-
mkdir artifacts
script
:
-
python setup.py build build_sphinx -b html
-
mv build/sphinx/html artifacts/doc
-
mv artifacts/doc public
-
mv build/sphinx/html public
after_script
:
-
ls -Rl public
...
...
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