From 2a687a86286ece2a1ae00da9a225a3e6291f797a Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 27 Jan 2025 21:56:46 +0100 Subject: [PATCH] devops: disable telemetry in build pipeline --- .build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.build.yml b/.build.yml index 50c6a67..3fe9efa 100644 --- a/.build.yml +++ b/.build.yml @@ -8,6 +8,9 @@ secrets: environment: NETLIFY_SITE_ID: d48d0f43-25b7-4d03-bbd2-b19ed09ea063 tasks: + - disable-telemetry: | + cd guides + npx astro telemetry disable - install-deps: | cd guides pnpm i