Skip to content

Commit

Permalink
Add repository for uProtocol landing page (#70)
Browse files Browse the repository at this point in the history
Deliberately chose the repository name to comply with
requirements for being able to publish on GitHub Pages.
See https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites
  • Loading branch information
sophokles73 authored Aug 16, 2024
1 parent a165eea commit 0575be9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,28 @@ orgs.newOrg('eclipse-uprotocol') {
delete_branch_on_merge: false,
web_commit_signoff_required: false,
},
orgs.newRepo('eclipse-uprotocol.github.io') {
description: "The landing page website for the uProtocol project",
allow_merge_commit: true,
allow_update_branch: false,
code_scanning_default_setup_enabled: true,
delete_branch_on_merge: false,
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"main"
],
deployment_branch_policy: "selected",
},
],
gh_pages_build_type: "workflow",
has_discussions: false,
topics+: [
"landing-page",
"uprotocol"
],
web_commit_signoff_required: false,
},
orgs.newRepo('manifests') {
allow_update_branch: false,
code_scanning_default_setup_enabled: true,
Expand Down

0 comments on commit 0575be9

Please sign in to comment.