From 6a267f3c2bb5a84c94715c5cf2fe6cdf0cf64646 Mon Sep 17 00:00:00 2001 From: Erik Rasmussen Date: Sun, 7 Sep 2025 13:56:49 -0500 Subject: [PATCH] Set up GitHub pages for the charts repo --- index.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.ts b/index.ts index 4f88f81..034c6ab 100644 --- a/index.ts +++ b/index.ts @@ -7,6 +7,15 @@ const aferox = new PublicRepo('aferox', { const charts = new PublicRepo('charts', { description: 'Smörgåsbord of Helm charts', + githubChecks: ['lint'], + pages: { + buildType: 'legacy', + cname: '', + source: { + branch: 'gh-pages', + path: '/', + }, + }, }); const cloudflareOperator = new PublicRepo('cloudflare-operator', {