We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb1c8c commit 81ec412Copy full SHA for 81ec412
.github/workflows/build_documentation.yml
@@ -103,6 +103,12 @@ jobs:
103
run: |
104
make -C doc pdf-no-examples
105
106
+ - name: Add assets to HTML docs
107
+ run: |
108
+ zip -r documentation-html.zip ./doc/_build/html
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
111
+
112
- name: Upload documentation PDF artifact
113
uses: actions/upload-artifact@v4
114
with:
0 commit comments