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
ttk
radioSphere
Commits
b031b54b
Commit
b031b54b
authored
Jun 08, 2021
by
Benjy Marks
Browse files
trying to improve online docs rendering
parent
af9ade4f
Pipeline
#68592
failed with stage
in 12 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b031b54b
...
...
@@ -3,7 +3,7 @@ image: alpine:3.13.5
test
:
stage
:
test
script
:
-
apk add --no-cache build-base
-
apk add --no-cache build-base
py3-pip python3
-
pip install -U -r requirements.txt
-
python setup.py install
-
sphinx-build -b html docs/source public
...
...
@@ -15,7 +15,7 @@ test:
pages
:
stage
:
deploy
script
:
-
apk add --no-cache build-base
-
apk add --no-cache build-base
py3-pip python3
-
pip install -U -r requirements.txt
-
python setup.py install
-
sphinx-build -b html docs/source 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