Skip to content

Commit 1d776f6

Browse files
Update .github/workflows/test-and-publish.yaml
Co-authored-by: Caleb Aikens <[email protected]>
1 parent f854430 commit 1d776f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
rm -rf doxygen-1.9.7 doxygen-1.9.7.linux.bin.tar.gz
177177
BUILD_DOCS=1 BUILD_TYPE=None poetry install
178178
- 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' }}
179+
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.11' }}
180180
uses: actions/upload-artifact@v3
181181
with:
182182
name: docs-${{ github.run_id }}-${{ github.sha }}

0 commit comments

Comments
 (0)