Skip to content

Commit 19d7727

Browse files
committed
BUG: Ignore breathe duplicate C++ warnings in docs CI
1 parent 52bbe44 commit 19d7727

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ jobs:
341341
\${CTEST_CUSTOM_WARNING_EXCEPTION}
342342
# macOS Azure VM Warning
343343
"ld: warning: text-based stub file"
344+
# breathelink warning
345+
"WARNING: Duplicate C"
344346
)
345347
set(dashboard_no_clean 1)
346348
set(ENV{CC} ${{ matrix.c-compiler }})
@@ -369,8 +371,8 @@ jobs:
369371
with:
370372
name: Documentation
371373
path: |
372-
${{ github.workspace }}/../../bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz
373-
${{ github.workspace }}/../../bld/ITKEx-build/ITKSphinxExamples-*-html.zip
374+
/home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.tar.gz
375+
/home/runner/work/bld/ITKEx-build/ITKSphinxExamples-*-html.zip
374376
375377
- name: Unpack site
376378
shell: bash

0 commit comments

Comments
 (0)