We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45e228 commit 1d5bae0Copy full SHA for 1d5bae0
.github/workflows/main.yml
@@ -92,3 +92,8 @@ jobs:
92
- name: Construir documentación
93
run: |
94
sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html
95
+
96
+ # Publica la documentación recién construida para poder descargarla de ser necesario
97
+ - uses: actions/upload-artifact@v4
98
+ path: cpython/Doc/_build/html
99
+ name: documentación-html
0 commit comments