Skip to content

Commit d812b02

Browse files
Add PDF YML
1 parent d14f754 commit d812b02

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

.github/workflows/build_documentation.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,20 @@ jobs:
9191
run: |
9292
python doc/print_errors.py
9393
94-
# - name: Upload Documentation
95-
# uses: actions/upload-artifact@v4
96-
# with:
97-
# name: Documentation
98-
# path: doc/_build/html
99-
# retention-days: 7
94+
- name: Upload Documentation
95+
uses: actions/upload-artifact@v4
96+
with:
97+
name: Documentation
98+
path: doc/_build/html
99+
retention-days: 7
100+
101+
- name: Full Documentation Build
102+
run: |
103+
make -C doc pdf-no-examples
104+
105+
- name: Upload documentation PDF artifact
106+
uses: actions/upload-artifact@v4
107+
with:
108+
name: documentation-pdf
109+
path: doc/_build/pdf
110+
retention-days: 7

0 commit comments

Comments
 (0)