From 4312ac91c1252fa795a74ab206285589e14ee26e Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 15 Jun 2024 17:16:34 -0400 Subject: [PATCH] ci: set `NIX_CONFIG` for documentation workflow too Signed-off-by: strawberry --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4dbd34d3..168ec6c8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,6 +19,8 @@ env: # Custom nix binary cache if fork is being used ATTIC_ENDPOINT: ${{ vars.ATTIC_ENDPOINT }} ATTIC_PUBLIC_KEY: ${{ vars.ATTIC_PUBLIC_KEY }} + # Get error output from nix that we can actually use + NIX_CONFIG: show-trace = true # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.