From 128ab105aabb0f81797f48840f06fa22510439fe Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 Oct 2023 20:58:36 -0400 Subject: Possibly "pages" requires that the artifact be called "public"? --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3-54-g00ecf