[PATCH] doc: First attempt at CD

Daniel Vetter daniel.vetter at ffwll.ch
Wed Aug 29 15:01:17 UTC 2018


This gives us a nice

https://drm.pages.freedesktop.org/maintainer-tools

Which means we can simply change the old place to a web redirect, and
it'll all work out with the new location. Plus disable the
intel-gfx-ci job for maintainer-tools ofc.

Cc: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
Cc: Daniel Stone <daniels at collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9050d3eaf4e8..a23c324e1967 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,3 +7,15 @@ check:
     stage: build
     script:
       - make check
+
+pages:
+    stage: deploy
+    script:
+      - make html
+      - cp -r _build/html public
+    artifacts:
+        paths:
+          - public
+    only:
+        refs:
+          - master
-- 
2.18.0



More information about the dim-tools mailing list