Skip to content
Snippets Groups Projects
Commit e6c94c77 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: gitlabci file

parent 2fb233cd
No related branches found
No related tags found
No related merge requests found
image: python:3.6
publish:
script:
script:
- pip install sphinx
- pip install sphinxcontrib-httpdomain
- pip install sphinx_rtd_theme
......@@ -9,5 +9,7 @@ publish:
- sphinx-build -d html "source" "build"
- echo "$SSH_DEPLOY_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
- scp -i gitlab.key -o StrictHostKeyChecking=no -r build/* documentation@astral.startinblox.com:~/doc/
only:
only:
- master
tags:
- deploy
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