From a1bddf0ab2cd7bee30b1f0dc1575c0b8c532e157 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 26 Mar 2018 16:25:14 +0200 Subject: rumba: Add Rumba documentation website This adds a documentation website for Rumba which is triggered automatically after changes to master. --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3