From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail-a.sr.ht; dkim=pass header.d=johnnyrichard.com header.i=@johnnyrichard.com Received: from out-182.mta0.migadu.com (out-182.mta0.migadu.com [IPv6:2001:41d0:1004:224b::b6]) by mail-a.sr.ht (Postfix) with ESMTPS id 4A2422010A for <~johnnyrichard/olang-devel@lists.sr.ht>; Fri, 16 Feb 2024 17:04:20 +0000 (UTC) Date: Fri, 16 Feb 2024 19:06:30 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=johnnyrichard.com; s=key1; t=1708103059; 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=zTzaYV96rKnIRZPGg2xAWeqW9aembAsSoz1wj9ZzM7s=; b=s4z5xhE5rH/B9fYxE/43YaUHTKdPkmmqSk1SGlqaNa/+ohtzcpVWW/Tp0vGQleazreThHy V3aTM71l8jekg3HwJUBMDtMwhG+NJBkEthigwmGgOGkyxGGCChVGczWouxlryXfdScRWow upw9DhnCe72l5ac5xLl5xZwNaiuKzkDQ5tqcCAWapyaSbVT9vl2GYUMLMUwQ9gEE+7t5lq dDeWhE0ETEkAZWixBjYjkuoGmngcSHEm4/aZ7jLEEy8Eak4ePXk3m2HXX3qZjboxzFj5Mt HsKfdq9Qe875xhT3Jd0AE5slwD5cUGywNlpCdkMcFG3c63KLuQ9FZvYUrF03iQ== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Johnny Richard To: Carlos Maniero Cc: ~johnnyrichard/olang-devel@lists.sr.ht Subject: Re: [PATCH olang] docs: build: add deployment script Message-ID: X-Sourcehut-Patchset-Update: APPLIED References: <20240216162337.2003220-1-carlos@maniero.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240216162337.2003220-1-carlos@maniero.me> X-Migadu-Flow: FLOW_OUT X-TUID: cwTdrOJEuaC6 Looks good! Applied. To git.sr.ht:~johnnyrichard/olang + 2db0060...9d0b52f main -> main I added a small fix for the missing sphinx package and oauth settings. ---------->8---------- Subject: fixup diff --git a/.build.yml b/.build.yml index db47086..61de4ae 100644 --- a/.build.yml +++ b/.build.yml @@ -1,9 +1,11 @@ image: archlinux +oauth: pages.sr.ht/PAGES:RW packages: - gcc - make - hut - clang + - python-sphinx sources: - https://git.sr.ht/~johnnyrichard/olang environment: