devops: disable telemetry in build pipeline
This commit is contained in:
parent
f027b04345
commit
2a687a8628
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue