From 837d3d27f1b44801e0144c7cdb56b9ac4295ab10 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 4 Mar 2024 13:18:03 +0100 Subject: [PATCH] WIP: Test fixing env var usage --- .github/workflows/ci_cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index a260013e2..284d091b6 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -128,6 +128,10 @@ jobs: path: doc/_build/html retention-days: 7 + - name: Update environment variable + run: | + echo "SPHINXBUILD_KEEP_DOCTREEDIR=0" >> $GITHUB_ENV + # Use environment variable to remove the doctree after the build of PDF pages # Keeping doctree could cause an issue, see https://github.com/ansys/pyaedt/pull/3844/files - name: Create PDF documentation