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
Loading
Checking pipeline status
...@@ -54,3 +54,14 @@ build_docs: ...@@ -54,3 +54,14 @@ build_docs:
artifacts: artifacts:
paths: paths:
- docs/_build/dirhtml/ - 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.
Please register or to comment