On Wed, Aug 29, 2018 at 05:01:17PM +0200, Daniel Vetter wrote: > 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 <[email protected]> > Cc: Daniel Stone <[email protected]>
Reviewed-by: Sean Paul <[email protected]> > Signed-off-by: Daniel Vetter <[email protected]> > --- > .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 > > _______________________________________________ > dim-tools mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/dim-tools -- Sean Paul, Software Engineer, Google / Chromium OS _______________________________________________ dim-tools mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dim-tools
