From 4e789f70736791c3b779573eca3066882c64e65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 14 Jan 2024 19:24:42 +0100 Subject: [PATCH] fix(ci): Wrong output name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 446e6b4..3d7fd1d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v9 - uses: DeterminateSystems/magic-nix-cache-action@v2 - name: Build documentation - run: nix build .#docs --print-build-logs + run: nix build .#doc --print-build-logs - name: Adjust permissions run: | chown -R "$(id -u):$(id -g)" ./result