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:
216
216
- name : Install gettext
217
217
run : sudo apt update -y && sudo apt install gettext hunspell hunspell-pt-br -y
218
218
219
- - name : Generate template files without literal-block
219
+ - name : Generate template files without literal-block gettext target
220
220
working-directory : cpython/Doc
221
221
run : |
222
222
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:
232
232
# Run a per-directory, group-separated spellcheck
233
233
- name : Check spelling
234
234
working-directory : cpython/Doc/locales/pt_BR/LC_MESSAGES
235
+ continue-on-error : true
235
236
run : |
236
237
dirs=$(find . -type d -not \( -path './.git*' -o -path './.tx*' \) | sort)
237
238
for dir in $dirs; do
You can’t perform that action at this time.
0 commit comments