File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jobs:
216216 - name : Install gettext
217217 run : sudo apt update -y && sudo apt install gettext hunspell hunspell-pt-br -y
218218
219- - name : Generate template files without literal-block
219+ - name : Generate template files without literal-block gettext target
220220 working-directory : cpython/Doc
221221 run : |
222222 make build ALLSPHINXOPTS='-E -b gettext -D gettext_compact=0 -D gettext_additional_targets=["index"] -d build/.doctrees . build/gettext'
@@ -232,6 +232,7 @@ jobs:
232232 # Run a per-directory, group-separated spellcheck
233233 - name : Check spelling
234234 working-directory : cpython/Doc/locales/pt_BR/LC_MESSAGES
235+ continue-on-error : true
235236 run : |
236237 dirs=$(find . -type d -not \( -path './.git*' -o -path './.tx*' \) | sort)
237238 for dir in $dirs; do
You can’t perform that action at this time.
0 commit comments