[PATCH 2/2] doc: First attempt at CD

Daniel Vetter daniel.vetter at ffwll.ch
Wed Aug 29 15:25:25 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.

v2: Update url in documentation.

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 ++++++++++++
 dim.rst        |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

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
diff --git a/dim.rst b/dim.rst
index e47337783b49..b149fa39445e 100644
--- a/dim.rst
+++ b/dim.rst
@@ -28,7 +28,7 @@ the drm-intel_ and drm-misc_ git repositories.
 
 This man page is a command-line reference for the tool only; for more
 comprehensive documentation, including a getting started guide, see
-https://01.org/linuxgraphics/gfx-docs/maintainer-tools/index.html, or the same
+https://drm.pages.freedesktop.org/maintainer-tools/, or the same
 in source form at https://gitlab.freedesktop.org/drm/maintainer-tools.
 
 .. _drm-intel: drm-intel.html
-- 
2.18.0



More information about the dim-tools mailing list