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 0e1aa9aCopy full SHA for 0e1aa9a
.github/workflows/main.yml
@@ -92,3 +92,9 @@ 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
+ with:
99
+ path: cpython/Doc/_build/html
100
+ name: documentación-html
0 commit comments