aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f8d116..746475a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,3 +7,14 @@ before_script:
irati-test:
script:
- python examples/vpn.py
+
+pages:
+ stage: deploy
+ script:
+ - pip install sphinx
+ - sphinx-build doc/ public/
+ artifacts:
+ paths:
+ - public
+ only:
+ - doc