From 44ea04a543ffcabf7da4a131d52f5b25bd4475c7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 Oct 2023 20:56:53 -0400 Subject: Try making a CI job for pages.tpo. --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3-54-g00ecf