ci,docs: add user guide files to artifacts

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2024-01-18 16:50:31 +09:00
parent d5a90cba1e
commit f6d5138052
2 changed files with 10 additions and 3 deletions

@ -216,6 +216,10 @@ stages:
# CDash files. # CDash files.
- build/DartConfiguration.tcl - build/DartConfiguration.tcl
# Users guide
- build/docs/users-guide/html
- build/docs/users-guide/latex
.cmake_test_artifacts: &cmake_test_artifacts .cmake_test_artifacts: &cmake_test_artifacts
artifacts: artifacts:
expire_in: 24 hours expire_in: 24 hours

@ -39,9 +39,10 @@ build:docs-continuous:
script: script:
- *build_doxygen_script - *build_doxygen_script
extends: extends:
- .build_docs
- .cmake_build_artifacts
- .run_automatically - .run_automatically
- .ubuntu2004_doxygen - .ubuntu2004_doxygen
- .build_docs
build:docs-master: build:docs-master:
script: script:
@ -55,8 +56,9 @@ build:docs-master:
when: on_success when: on_success
- when: never - when: never
extends: extends:
- .ubuntu2004_doxygen
- .build_docs - .build_docs
- .cmake_build_artifacts
- .ubuntu2004_doxygen
variables: variables:
DOXYGEN_UPLOAD_REMOTE_PATH: "nightly" DOXYGEN_UPLOAD_REMOTE_PATH: "nightly"
@ -72,7 +74,8 @@ build:docs-latest:
when: on_success when: on_success
- when: never - when: never
extends: extends:
- .ubuntu2004_doxygen
- .build_docs - .build_docs
- .cmake_build_artifacts
- .ubuntu2004_doxygen
variables: variables:
DOXYGEN_UPLOAD_REMOTE_PATH: "latest" DOXYGEN_UPLOAD_REMOTE_PATH: "latest"