Skip to content
Snippets Groups Projects
Commit fd41dcff authored by Benjamin Gutierrez's avatar Benjamin Gutierrez
Browse files

Update .gitlab-ci.yml

parent d744b5e3
No related branches found
No related tags found
No related merge requests found
Pipeline #5354 passed
......@@ -54,3 +54,14 @@ build_docs:
artifacts:
paths:
- docs/_build/dirhtml/
deploy_docs:
stage: deploy
dependencies:
- build_docs
script:
- rsync -avp docs/_build/dirhtml /home/gitlab-runner/genericio
- chmod 755 /home/gitlab-runner/genericio
tags:
- 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