[tracker/sam/website: 151/155] Add CI to build website
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/website: 151/155] Add CI to build website
- Date: Tue, 25 Feb 2020 11:42:24 +0000 (UTC)
commit a65ea456217a485e7ed35f71eed9bd4f66dabeb8
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 25f4f0317..6ad38af09 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]