File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
run : |
108
108
zip -r documentation-html.zip ./doc/_build/html
109
109
mv documentation-html.zip ./doc/_build/html/_static/assets/download/
110
- cp doc/_build/latex/PyAEDT-Documentation-*.pdf ./doc/_build/html/_static/assets/download/documentation .pdf
110
+ cp doc/_build/latex/PyAEDT-Documentation-*.pdf ./doc/_build/html/_static/assets/download/pyaedt .pdf
111
111
112
112
- name : Upload documentation PDF artifact
113
113
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ phtml-no-examples:
37
37
pdf :
38
38
@$(SPHINXBUILD ) -M latex " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
39
39
cd $(BUILDDIR ) /latex && latexmk -r latexmkrc -pdf * .tex -interaction=nonstopmode || true
40
- (test -f $( BUILDDIR) /latex/pyaedt .pdf && echo pdf exists) || exit 1
40
+ (test -f $( BUILDDIR) /latex/PyAEDT-Documentation- * .pdf && echo pdf exists) || exit 1
41
41
42
42
pdf-no-examples :
43
43
export PYAEDT_SKIP_EXAMPLE=" 1"
Original file line number Diff line number Diff line change @@ -344,6 +344,7 @@ def setup(app):
344
344
},
345
345
{
346
346
"name" : "Download documentation in PDF" ,
347
+ # NOTE: Changes to this URL must be reflected in CICD documentation build
347
348
"url" : f"https://{ cname } /version/{ switcher_version } /_static/assets/download/pyaedt.pdf" ,
348
349
# noqa: E501
349
350
"icon" : "fa fa-file-pdf fa-fw" ,
You can’t perform that action at this time.
0 commit comments