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 ab5b642 commit e380674Copy full SHA for e380674
.github/workflows/update-lint-and-build.yml
@@ -102,7 +102,7 @@ jobs:
102
path: Doc/locales/pl/LC_MESSAGES
103
- run: git pull
104
working-directory: ./Doc/locales/pl/LC_MESSAGES
105
- - run: make -e SPHINXOPTS="--color -D language='pl' -D gettext_compact=0 -W --keep-going" ${{ matrix.format }}
+ - run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }}
106
working-directory: ./Doc
107
- uses: actions/upload-artifact@master
108
if: success() || failure()
0 commit comments