[v4,0/2] Deploy documentation to docs.libcamera.org
mbox series

Message ID 20260514101429.552173-1-stefan.klug@ideasonboard.com
Headers show
Series
  • Deploy documentation to docs.libcamera.org
Related show

Message

Stefan Klug May 14, 2026, 10:14 a.m. UTC
Hi all,

This is v4 of the deploy docs series. v3 was posted yesterday by
Laurent.  This version only adds a check for the DEPLOY_DESTINATION CI
variable, so that the deploy step doesn't run in personal pipelines
where that variable is usually not set.

Apart from that I collected one tag from laurent that he sent on v2.

Best regards,
Stefan

Stefan Klug (2):
  Split documentation build into separate build step
  Deploy docs to docs.libcamera.org

 .gitlab-ci/build-libcamera-docs.sh  | 42 +++++++++++++++++++
 .gitlab-ci/deploy-libcamera-docs.sh | 23 +++++++++++
 .gitlab-ci/setup-container.sh       |  2 +
 gitlab-ci.yml                       | 62 ++++++++++++++++++++++++++---
 4 files changed, 124 insertions(+), 5 deletions(-)
 create mode 100755 .gitlab-ci/build-libcamera-docs.sh
 create mode 100755 .gitlab-ci/deploy-libcamera-docs.sh