From 6fb58655d08bb9c60841924d34e686fe4fa56cc6 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 25 Jul 2024 13:08:39 +0200 Subject: [PATCH] gitlab-ci: build new Sphinx docs and manpages --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43c0ff54..8c6daaf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,8 +31,8 @@ formatting: manpages: stage: deploy script: - - nix build $NIX_BUILD_FLAGS '.#manpages' - - cp -Lr ./result manpages + - nix build $NIX_BUILD_FLAGS '.#docs' + - cp -Lr ./result/share/man manpages artifacts: name: "manpages-$CI_COMMIT_REF_SLUG" paths: @@ -41,8 +41,8 @@ manpages: pages: stage: deploy script: - - nix build $NIX_BUILD_FLAGS '.#book' - - cp -Lr ./result public + - nix build $NIX_BUILD_FLAGS '.#docs' + - cp -Lr ./result/share/doc/epnix/html public artifacts: name: "book" paths: