Skip to content

Commit 81ec412

Browse files
committed
CI: Add assets to html documentation
1 parent 6cb1c8c commit 81ec412

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_documentation.yml

+6
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ jobs:
103103
run: |
104104
make -C doc pdf-no-examples
105105
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+
106112
- name: Upload documentation PDF artifact
107113
uses: actions/upload-artifact@v4
108114
with:

0 commit comments

Comments
 (0)