Skip to content

Commit 0e1aa9a

Browse files
committed
Publica la documentación construida como un artefact
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent c45e228 commit 0e1aa9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,9 @@ jobs:
9292
- name: Construir documentación
9393
run: |
9494
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

Comments
 (0)