Skip to content

Commit 129804d

Browse files
committed
Add Sphinx GitHub problem matcher in CI build step
1 parent e380674 commit 129804d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
path: Doc/locales/pl/LC_MESSAGES
103103
- run: git pull
104104
working-directory: ./Doc/locales/pl/LC_MESSAGES
105+
- uses: sphinx-doc/github-problem-matcher@v1.1
105106
- run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }}
106107
working-directory: ./Doc
107108
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)