From 0a8d76881bd026527b55f07bba81d943e7561318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arno=20Wei=C3=9F?= <86715435+arnoweiss@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:19:58 +0200 Subject: [PATCH] feat: enable github pages for dcp spec (#2) --- otterdog/eclipse-dataspace-dcp.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/otterdog/eclipse-dataspace-dcp.jsonnet b/otterdog/eclipse-dataspace-dcp.jsonnet index a4b5177..558542e 100644 --- a/otterdog/eclipse-dataspace-dcp.jsonnet +++ b/otterdog/eclipse-dataspace-dcp.jsonnet @@ -16,6 +16,7 @@ _repositories+:: [ allow_update_branch: false, delete_branch_on_merge: false, description: "Specification for the Decentralized Claims Protocol (DCP)", + gh_pages_build_type: "workflow", has_discussions: true, has_wiki: false, squash_merge_commit_title: "PR_TITLE",