Thanks to visit codestin.com Credit goes to github.com
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 8d2e0a8 commit a2b76b9Copy full SHA for a2b76b9
1 file changed
.github/workflows/update-lint-and-build.yml
@@ -75,6 +75,7 @@ jobs:
75
- uses: actions/checkout@master
76
with:
77
ref: ${{ matrix.version }}
78
+ - uses: rffontenelle/sphinx-lint-problem-matcher@v1
79
- run: sphinx-lint
80
81
build-translation:
@@ -101,7 +102,7 @@ jobs:
101
102
path: Doc/locales/pl/LC_MESSAGES
103
- run: git pull
104
working-directory: ./Doc/locales/pl/LC_MESSAGES
- - run: make -e SPHINXOPTS="-D language='pl' -D gettext_compact=0 -W --keep-going" ${{ matrix.format }}
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
0 commit comments