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

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

Message

Stefan Klug May 6, 2026, 3:54 p.m. UTC
Hi all,

This is a first puzzle piece for the libcamera.org infrastructure
migration.

This PR implements building of the libcamera documentation and deploying
it to docs.libcamera.org.  Deployment shall happen on pushes to either
master or a tag. I ran it on my instance, so
https://docs.libcamera.org/master/ contains the actual result.

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 | 28 +++++++++++++
 .gitlab-ci/setup-container.sh      |  2 +
 gitlab-ci.yml                      | 64 +++++++++++++++++++++++++++---
 3 files changed, 89 insertions(+), 5 deletions(-)
 create mode 100755 .gitlab-ci/build-libcamera-docs.sh