Skip to content

Commit

Permalink
chore: enable gh-pages for FederatedCatalog (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Jun 12, 2024
1 parent a06546c commit 617adce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions otterdog/eclipse-edc.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ orgs.newOrg('eclipse-edc') {
description: "FederatedCatalog",
has_discussions: true,
has_wiki: false,
gh_pages_build_type: "workflow",
squash_merge_commit_title: "PR_TITLE",
web_commit_signoff_required: false,
workflows+: {
Expand Down Expand Up @@ -173,9 +174,7 @@ orgs.newOrg('eclipse-edc') {
description: "IdentityHub",
has_discussions: true,
has_wiki: false,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
gh_pages_build_type: "workflow",
squash_merge_commit_title: "PR_TITLE",
web_commit_signoff_required: false,
workflows+: {
Expand Down

0 comments on commit 617adce

Please sign in to comment.