Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20a079f

Browse files
committed
Upload builds with warnings as artifacts
1 parent ae4fbcc commit 20a079f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
- run: make -e SPHINXOPTS="--color -D language='pl' -D gettext_compact=0 -W --keep-going" ${{ matrix.format }}
106106
working-directory: ./Doc
107107
- uses: actions/upload-artifact@master
108+
if: success() || failure()
108109
with:
109110
name: build-${{ matrix.version }}-${{ matrix.format }}
110111
path: Doc/build/${{ matrix.format }}

0 commit comments

Comments
 (0)