Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Felipe Eduardo Ponce Vanegas
Variable Coefficients
Commits
daec8f74
Commit
daec8f74
authored
1 year ago
by
felipe
Browse files
Options
Download
Email Patches
Plain Diff
correct gitlab ci
parent
8d6030ef
main
develop
v2.1
v2.0
No related merge requests found
Pipeline
#346
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-1
.gitlab-ci.yml
with
17 additions
and
1 deletion
+17
-1
.gitlab-ci.yml
View file @
daec8f74
image
:
python:3.9-slim
test
:
stage
:
test
before_script
:
-
apt-get update && apt-get install make --no-install-recommends -y
-
python -m pip install sphinx numpydoc
-
pip install -r requirements.txt
script
:
-
cd docs
-
sphinx-build -b html . public
-
mv public ../
only
:
-
branches
except
:
-
main
pages
:
stage
:
deploy
before_script
:
...
...
@@ -14,5 +29,6 @@ pages:
paths
:
-
public
only
:
-
develop
-
main
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help