Skip to content

Commit e380674

Browse files
committed
Simplify build call
Since a while gettext_compact is in the config
1 parent ab5b642 commit e380674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
path: Doc/locales/pl/LC_MESSAGES
103103
- run: git pull
104104
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 }}
105+
- run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }}
106106
working-directory: ./Doc
107107
- uses: actions/upload-artifact@master
108108
if: success() || failure()

0 commit comments

Comments
 (0)