Commit daec8f74 authored by felipe's avatar felipe
Browse files

correct gitlab ci

No related merge requests found
Pipeline #346 canceled with stage
Showing with 17 additions and 1 deletion
+17 -1
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment