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 f854430 commit 1d776f6Copy full SHA for 1d776f6
.github/workflows/test-and-publish.yaml
@@ -176,7 +176,7 @@ jobs:
176
rm -rf doxygen-1.9.7 doxygen-1.9.7.linux.bin.tar.gz
177
BUILD_DOCS=1 BUILD_TYPE=None poetry install
178
- name: Upload Doxygen-generated docs as CI artifacts
179
- if: ${{ (matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-24.04') && matrix.python_version == '3.11' }}
+ if: ${{ matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.11' }}
180
uses: actions/upload-artifact@v3
181
with:
182
name: docs-${{ github.run_id }}-${{ github.sha }}
0 commit comments