aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-12 20:58:36 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-12 20:58:36 -0400
commit128ab105aabb0f81797f48840f06fa22510439fe (patch)
treec63b1b2a8f9cb85777abc5d8bfa774b48d5ed177 /.gitlab-ci.yml
parent44ea04a543ffcabf7da4a131d52f5b25bd4475c7 (diff)
downloadtorspec-128ab105aabb0f81797f48840f06fa22510439fe.tar.gz
torspec-128ab105aabb0f81797f48840f06fa22510439fe.zip
Possibly "pages" requires that the artifact be called "public"?
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4bbd11b..0d513ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,8 +17,9 @@ pages:
script:
- apt-get update && apt-get install -y python3
- ./build_html.sh
+ - mv html public
artifacts:
paths:
- - html
+ - public
only:
- main