Browse Source

ci/sphinx: Add html output as artifacts

Kyle Edwards 2 years ago
parent
commit
7073a6d278
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitlab/artifacts.yml

+ 2 - 0
.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: