From 92f778c465fd5092ee50bdb1d357e8f10b7b6d04 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 13 Dec 2022 10:21:49 +0100 Subject: [PATCH] ci: fix PDF documentation generation --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a1b8f0ea5..31e737e6b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -39,7 +39,7 @@ jobs: - name: Build document run: | - nix run github:loophp/nix-sphinx -- -M latexpdf docs/ build/docs + nix run github:loophp/nix-sphinx#build -- -M latexpdf docs/ build/docs cp build/docs/latex/loophp-collection-documentation.pdf documentation.pdf - name: Upload build assets