Skip to content

Commit 9815791

Browse files
authored
Add continue-on-error option
1 parent bbaeb4b commit 9815791

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)