We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14f754 commit d812b02Copy full SHA for d812b02
.github/workflows/build_documentation.yml
@@ -91,9 +91,20 @@ jobs:
91
run: |
92
python doc/print_errors.py
93
94
-# - name: Upload Documentation
95
-# uses: actions/upload-artifact@v4
96
-# with:
97
-# name: Documentation
98
-# path: doc/_build/html
99
-# retention-days: 7
+ - name: Upload Documentation
+ uses: actions/upload-artifact@v4
+ with:
+ name: Documentation
+ path: doc/_build/html
+ 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
107
108
+ name: documentation-pdf
109
+ path: doc/_build/pdf
110
0 commit comments