diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-11-09 14:55:22 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-11-09 14:55:22 (GMT) |
commit | 7073a6d278de3c21134e98594926811a25607f72 (patch) | |
tree | f5f5edf02baafade412c7873d5a26b5e638617d9 /.gitlab | |
parent | ce34ff98606f4c92325e0b43d7d0fdfe583372a1 (diff) | |
download | CMake-7073a6d278de3c21134e98594926811a25607f72.zip CMake-7073a6d278de3c21134e98594926811a25607f72.tar.gz CMake-7073a6d278de3c21134e98594926811a25607f72.tar.bz2 |
ci/sphinx: Add html output as artifacts
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/artifacts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index f4d413b..cc52971 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -120,6 +120,8 @@ # Take the sphinx logs. - ${CMAKE_CI_BUILD_DIR}/build-*.log - ${CMAKE_CI_BUILD_DIR}/linkcheck/output.* + # Take the HTML output. + - ${CMAKE_CI_BUILD_DIR}/html/ .cmake_test_artifacts: artifacts: |