From 8d69bee71d9c1e68e9fb0195c41a57dc5f08bca2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 6 Oct 2021 12:35:52 -0400 Subject: [PATCH] more twiddle --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53353c6d..f68ec351 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,17 +5,13 @@ default: - "nixos" - "shell" - docs: stage: "build" script: - "nix-build --attr docs --out-link result-docs" - # GitLab wants to lchown artifacts. It can't do that to store paths. Get - # a copy of the docs outside of the store. - - "cp --recursive --no-preserve=mode ./result-docs/docs ./docs-build/" artifacts: paths: - - "./docs-build/" + - "./result-docs/docs" expose_as: "documentation" unit-tests: -- GitLab