Skip to content

Commit

Permalink
WIP: Test fixing env var usage
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Mar 4, 2024
1 parent 56f1814 commit 837d3d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 837d3d2

Please sign in to comment.