Skip to content

Commit 5974336

Browse files
committed
FIX: Avoid notebook regeneration
1 parent 14a95fd commit 5974336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# Keeping doctree could cause an issue, see https://github.com/ansys/pyaedt/pull/3844/files
9393
- name: Create PDF documentation
9494
env:
95-
SPHINXBUILD_HTML_AND_PDF_WORKFLOW: "0"
95+
SPHINXBUILD_HTML_AND_PDF_WORKFLOW: "1"
9696
run: |
9797
.venv\Scripts\Activate.ps1
9898
. .\doc\make.bat pdf

0 commit comments

Comments
 (0)