diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b85fd9c1d..55d3a879a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,6 @@ jobs: - name: Pospell run: | python scripts/create_dict.py - pospell -p dict.txt -l es_AR -l es_ES **/*.po + pospell -p dict.txt -l es_ES **/*.po - name: Construir documentación run: PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html