From 7073a6d278de3c21134e98594926811a25607f72 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Thu, 9 Nov 2023 09:55:22 -0500 Subject: ci/sphinx: Add html output as artifacts --- .gitlab/artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v0.12