aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e8864d..4bbd11b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,3 +6,19 @@ check:
- apt-get update && apt-get install -y python3 git
- ./proposals/check_index
- ./build_html.sh
+
+# TODO:
+# There is way too much duplication here with "check".
+#
+# We should remove this once we are uploading to spec.tpo.
+#
+pages:
+ image: hrektts/mdbook
+ script:
+ - apt-get update && apt-get install -y python3
+ - ./build_html.sh
+ artifacts:
+ paths:
+ - html
+ only:
+ - main