From 401a3364dcfb0e1f0538065cfebedcbf8e1a060c Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Thu, 6 Jun 2024 09:34:38 +0200 Subject: [PATCH] Enable GH Pages (#17) Signed-off-by: Thomas Neidhart --- otterdog/eclipse-cbi.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/otterdog/eclipse-cbi.jsonnet b/otterdog/eclipse-cbi.jsonnet index 35aa0ce..24f5d89 100644 --- a/otterdog/eclipse-cbi.jsonnet +++ b/otterdog/eclipse-cbi.jsonnet @@ -363,6 +363,7 @@ orgs.newOrg('eclipse-cbi') { local thisRepo = self, dependabot_security_updates_enabled: true, description: "CBI Maven plugins and Webservices", + gh_pages_build_type: "workflow", homepage: "https://eclipse-cbi.github.io/org.eclipse.cbi/", workflows+: { default_workflow_permissions: "write",