[tracker/sam/website: 53/56] Add CI to build website



commit acbab09c576773e28a31fa844172ecddedf268be
Author: Sam Thursfield <sam afuera me uk>
Date:   Mon Dec 2 12:25:15 2019 +0100

    Add CI to build website
    
    I'm not sure if this will work. Let's see.

 .gitlab-ci.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae87e4c64..f356fcd67 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,3 +59,17 @@ test-fedora-latest:
 test-ubuntu-rolling:
   image: registry.gitlab.gnome.org/gnome/tracker-oci-images/amd64/ubuntu:rolling
   <<: *test
+
+
+pages:
+  before_script:
+    - pip3 install mkdocs mkdocs-cinder
+  script:
+    - mkdocs build
+    - mv site public
+  artifacts:
+    paths:
+      - public
+  only:
+    - master
+    - sam/website


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]