File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,8 @@ jobs:
341
341
\${CTEST_CUSTOM_WARNING_EXCEPTION}
342
342
# macOS Azure VM Warning
343
343
"ld: warning: text-based stub file"
344
+ # breathelink warning
345
+ "WARNING: Duplicate C"
344
346
)
345
347
set(dashboard_no_clean 1)
346
348
set(ENV{CC} ${{ matrix.c-compiler }})
@@ -369,14 +371,14 @@ jobs:
369
371
with :
370
372
name : Documentation
371
373
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
374
376
375
377
- name : Unpack site
376
378
shell : bash
377
379
run : |
378
380
mkdir site
379
- tar --strip-components=1 -xf ${{ github.workspace }}/../.. /ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C site
381
+ tar --strip-components=1 -xf /home/runner/work/bld /ITKEx-build/ITKSphinxExamples-*-html.tar.gz -C site
380
382
381
383
- name : Publish website to Netlify
382
384
uses : nwtgck/actions-netlify@v1.1.13
You can’t perform that action at this time.
0 commit comments