From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D59AB4318A; Tue, 17 Oct 2023 14:29:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BF90040273; Tue, 17 Oct 2023 14:29:02 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 1D79140270 for ; Tue, 17 Oct 2023 14:29:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1697545741; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BSa8HMvRsMmnjRP2wOQtTKYJhZfBbSZAW04ar2PTv1s=; b=NQsDxsknJFKtE5b0waEGFzEC4yYs9NxOVUPE0W63DZVWWyeuOwB7YgpbqqUldYSRBc9ko1 WbL2dA8j9wgXPNcRH7sem2lbg+M8JlIgfzPcz0A6JbkTI/PWqYyILnuSx17n2POg6FtuCX 860aFrvVkfunVg2sbY6mSagcwG+D+ic= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-657-zZ-AWQpjMwGy6aOizlSQ0w-1; Tue, 17 Oct 2023 08:28:58 -0400 X-MC-Unique: zZ-AWQpjMwGy6aOizlSQ0w-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3C3111029F41; Tue, 17 Oct 2023 12:28:58 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.17.46]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DA3A740C6F79; Tue, 17 Oct 2023 12:28:57 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, bruce.richardson@intel.com, Michael Santana Subject: Re: [PATCH] ci: test manuals generation in GHA References: <20231017085359.2894950-1-david.marchand@redhat.com> Date: Tue, 17 Oct 2023 08:28:57 -0400 In-Reply-To: <20231017085359.2894950-1-david.marchand@redhat.com> (David Marchand's message of "Tue, 17 Oct 2023 10:53:59 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org David Marchand writes: > Add missing package so manuals are generated as part of the docs check. > > Signed-off-by: David Marchand > --- Good catch! Reviewed-by: Aaron Conole