Skip to content

Commit 8bafa3e

Browse files
committed
Revert "Update Sphinx build command to use comma-separated defines"
1 parent 365cf25 commit 8bafa3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: git pull
4444
working-directory: ./Doc/locales/fa/LC_MESSAGES
4545
- uses: sphinx-doc/github-problem-matcher@v1.1
46-
- run: make -e SPHINXOPTS="--color -D language='fa',gettext_allow_fuzzy_translations=True -W --keep-going" html
46+
- run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=True -W --keep-going" html
4747
working-directory: ./Doc
4848
- uses: actions/upload-artifact@master
4949
if: success() || failure()

0 commit comments

Comments
 (0)