From f651eb9603ff20e3ce13a7decaafc47385e63af7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 24 Mar 2023 09:12:58 -0400 Subject: [PATCH] See if we can build the docs using the flake now --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e7348ff..60dda5aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ docs: <<: *RUN_ON_MERGE_REQUEST stage: "build" script: - - "nix-build --attr docs --out-link result-docs" + - "nix build .#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/" -- GitLab