Skip to content

Commit

Permalink
feat: enable github pages for knowledge-agents-aas-bridge (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Almádi <[email protected]>
  • Loading branch information
almadigabor authored Jul 22, 2024
1 parent aacb451 commit 4832abc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,22 @@ orgs.newOrg('eclipse-tractusx') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"gh-pages"
],
deployment_branch_policy: "selected",
},
],
},
orgs.newRepo('knowledge-agents-edc') {
allow_merge_commit: true,
Expand Down

0 comments on commit 4832abc

Please sign in to comment.