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 10a2a9b commit e951843Copy full SHA for e951843
.github/workflows/doc.yml
@@ -46,10 +46,12 @@ jobs:
46
- name: 'Build HTML documentation'
47
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
48
- name: 'Upload'
49
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
50
with:
51
name: doc-html
52
path: Doc/build/html
53
+ include-hidden-files: true
54
+ overwrite: true
55
56
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
57
doctest:
0 commit comments