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 ae4fbcc commit 20a079fCopy full SHA for 20a079f
.github/workflows/update-lint-and-build.yml
@@ -105,6 +105,7 @@ jobs:
105
- run: make -e SPHINXOPTS="--color -D language='pl' -D gettext_compact=0 -W --keep-going" ${{ matrix.format }}
106
working-directory: ./Doc
107
- uses: actions/upload-artifact@master
108
+ if: success() || failure()
109
with:
110
name: build-${{ matrix.version }}-${{ matrix.format }}
111
path: Doc/build/${{ matrix.format }}
0 commit comments