| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,18 +50,8 @@ jobs: | |||
| 50 | 50 | run: make -C Doc/ venv | |
| 51 | 51 | - name: 'Check documentation' | |
| 52 | 52 | run: make -C Doc/ check | |
| 53 | - - name: 'Upload NEWS' | ||
| 54 | - uses: actions/upload-artifact@v3 | ||
| 55 | - with: | ||
| 56 | - name: NEWS | ||
| 57 | - path: Doc/build/NEWS | ||
| 58 | 53 | - name: 'Build HTML documentation' | |
| 59 | 54 | run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html | |
| 60 | - - name: 'Upload docs' | ||
| 61 | - uses: actions/upload-artifact@v3 | ||
| 62 | - with: | ||
| 63 | - name: doc-html | ||
| 64 | - path: Doc/build/html | ||
| 65 | 55 | ||
| 66 | 56 | # Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release | |
| 67 | 57 | doctest: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments