Skip to content
Snippets Groups Projects
Commit 3e8cedac authored by Vincent Texier's avatar Vincent Texier
Browse files

[enh] #101 WIP : add manual job in gitlab-ci to publish doc in pages

parent 059e8f07
No related branches found
No related tags found
2 merge requests!94Merge dev into master for release 0.56.0,!80Doc on gitlab pages
Pipeline #6405 passed with warnings
...@@ -124,7 +124,9 @@ pages: ...@@ -124,7 +124,9 @@ pages:
only: only:
- tags - tags
- master - master
- doc_on_gitlab-pages
script: script:
- pyenv shell 3.6.4 # black install needs python 3.6.x minimum
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r requirements_dev.txt - pip install -r requirements_dev.txt
- make docs - make docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment