From patchwork Thu May 14 10:14:15 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 26754 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 49B1ABDCBD for ; Thu, 14 May 2026 10:14:36 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 959BD62FE8; Thu, 14 May 2026 12:14:35 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="G+0X2y2E"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1737862FE1 for ; Thu, 14 May 2026 12:14:34 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:1c97:ae49:136:40fb]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id C2A3856D; Thu, 14 May 2026 12:14:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1778753664; bh=fyuVryZhN3Fgo5ZpJWcs40Yc6QifJMGPspQ32gsB4M4=; h=From:To:Cc:Subject:Date:From; b=G+0X2y2ERLuAmvkbPnPVSr86hANWv4HEke+5Wv2K1zMwvISPzA/GoCIB8tF+J0L5m Xh0mDyYBRtW0LTWucltbgTK9pb9l3R/fsQ4q4YkWAue/lKMUpeIfOvxOoJVxeLJDjv +bbP/r6X4mQS4gWXdNhdfk/tn6eJzHtsu9tdFxTk= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH v4 0/2] Deploy documentation to docs.libcamera.org Date: Thu, 14 May 2026 12:14:15 +0200 Message-ID: <20260514101429.552173-1-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.51.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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