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 5ba5335 commit ae61cd2Copy full SHA for ae61cd2
.github/workflows/nightly-build.yml
@@ -42,14 +42,14 @@ jobs:
42
make -C doc pdf
43
44
- name: Upload HTML documentation
45
- uses: actions/upload-artifact@v4.3.6
+ uses: actions/upload-artifact@v4.4.0
46
with:
47
name: HTML-Documentation
48
path: .tox/doc_out_html/
49
retention-days: 7
50
51
- name: Upload PDF Documentation
52
53
54
name: PDF-Documentation
55
path: doc/build/latex/pyansys*.pdf
0 commit comments