aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-12 20:56:53 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-12 20:56:53 -0400
commit44ea04a543ffcabf7da4a131d52f5b25bd4475c7 (patch)
tree38690d7502b0cbcada68f54fd3b97635f7b36b61 /.gitlab-ci.yml
parentfc819f9980ee8e9f95f49397b2fadcda06a60b7b (diff)
downloadtorspec-44ea04a543ffcabf7da4a131d52f5b25bd4475c7.tar.gz
torspec-44ea04a543ffcabf7da4a131d52f5b25bd4475c7.zip
Try making a CI job for pages.tpo.
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