Skip to content

Commit 1d5bae0

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ 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+
path: cpython/Doc/_build/html
99+
name: documentación-html

0 commit comments

Comments
 (0)