Skip to content

Commit c42a464

Browse files
committed
FIX: Expected PDF file title
1 parent abdf49e commit c42a464

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ pdf-no-examples:
4343
export PYAEDT_SKIP_EXAMPLE="1"
4444
@$(SPHINXBUILD) -M latex "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
4545
cd $(BUILDDIR)/latex && latexmk -r latexmkrc -pdf *.tex -interaction=nonstopmode || true
46-
(test -f $(BUILDDIR)/latex/pyaedt.pdf && echo pdf exists) || exit 1
47-
46+
(test -f $(BUILDDIR)/latex/PyAEDT-Documentation-*.pdf && echo pdf exists) || exit 1
4847

4948
# build docs like the CI build
5049
cibuild:

0 commit comments

Comments
 (0)