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
ttk
radioSphere
Commits
6b2b3b5e
Commit
6b2b3b5e
authored
Jun 08, 2021
by
Benjy Marks
Browse files
trying to improve online docs rendering
parent
d3550c21
Pipeline
#68605
failed with stage
in 1 minute and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6b2b3b5e
...
...
@@ -5,8 +5,8 @@ test:
script
:
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential gcc cmake python3-pip python3 python3-dev
-
pip install -U -r requirements.txt
-
python setup.py install
-
pip
3
install -U -r requirements.txt
-
python
3
setup.py install
-
sphinx-build -b html docs/source public
only
:
-
branches
...
...
@@ -18,8 +18,8 @@ pages:
script
:
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential gcc cmake python3-pip python3 python3-dev
-
pip install -U -r requirements.txt
-
python setup.py install
-
pip
3
install -U -r requirements.txt
-
python
3
setup.py install
-
sphinx-build -b html docs/source public
artifacts
:
paths
:
...
...
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