Skip to content
Snippets Groups Projects
Verified Commit 4bb5dd29 authored by Marco De Donno's avatar Marco De Donno
Browse files

test

parent bee558dc
No related branches found
No related tags found
No related merge requests found
Pipeline #5872 failed
......@@ -6,13 +6,10 @@ doc:
stage: doc
script:
- apt update
- apt install make python3-pip
- apt install -y make python3-pip
- pip3 install sphinx
- cd ./doc
- make html
- scp -o StrictHostKeyChecking=no -i ${PROD_KEY} -r ./build/html/* ${PROD_USER}@${PROD_HOST}:${PROD_HTML_DIRECTORY}
only:
- develop
deploy:
stage: 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