Specification for the Fetchable module interface
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: backport latest Netlify deploy findings

+3 -1
+3 -1
.tangled/workflows/deploy.yml
··· 1 1 when: 2 - - event: ["push", "manual"] 2 + - event: ["push"] 3 3 branch: ["main"] 4 4 - event: ["pull_request"] 5 5 branch: ["main"] ··· 28 28 environment: 29 29 NODE_ENV: "production" 30 30 SITE_ID: "b52b3c8e-8dfa-4b57-acaa-ada16786ae34" 31 + # Tangled UI renders ANSI colour codes as raw text 32 + NO_COLOR: "true"