From 65897ccc5a3a88514385521ac49e5daf5fac0cf5 Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger <43503240+paullatzelsperger@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:32:58 +0200 Subject: [PATCH] chore: revert to legacy GH Pages publishing (#17) --- otterdog/eclipse-edc.jsonnet | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/otterdog/eclipse-edc.jsonnet b/otterdog/eclipse-edc.jsonnet index 5f10462..e316bf1 100644 --- a/otterdog/eclipse-edc.jsonnet +++ b/otterdog/eclipse-edc.jsonnet @@ -132,7 +132,9 @@ orgs.newOrg('eclipse-edc') { description: "FederatedCatalog", has_discussions: true, has_wiki: false, - gh_pages_build_type: "workflow", + gh_pages_build_type: "legacy", + gh_pages_source_path: "/", + gh_pages_source_branch: "gh-pages", squash_merge_commit_title: "PR_TITLE", web_commit_signoff_required: false, workflows+: { @@ -174,7 +176,9 @@ orgs.newOrg('eclipse-edc') { description: "IdentityHub", has_discussions: true, has_wiki: false, - gh_pages_build_type: "workflow", + gh_pages_build_type: "legacy", + gh_pages_source_branch: "gh-pages", + gh_pages_source_path: "/", squash_merge_commit_title: "PR_TITLE", web_commit_signoff_required: false, workflows+: {