Skip to content

Commit

Permalink
Create new eclipse-oniro4openharmony.github.io for GitHub pages (#4)
Browse files Browse the repository at this point in the history
* Create new eclipse-oniro4openharmony.github.io for GitHub pages

The new GitHub pages repo will be used to hold the project
documentation.

Signed-off-by: Stefan Schmidt <[email protected]>

* Update eclipse-oniro4openharmony.jsonnet

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Stefan Schmidt <[email protected]>
Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
Stefan-Schmidt and netomi authored Nov 3, 2023
1 parent cc35cf5 commit 9e6c23c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions otterdog/eclipse-oniro4openharmony.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,23 @@ orgs.newOrg('eclipse-oniro4openharmony') {
allow_update_branch: false,
default_branch: "OpenHarmony-3.2-Release",
},
orgs.newRepo('eclipse-oniro4openharmony.github.io') {
allow_auto_merge: true,
allow_update_branch: false,
delete_branch_on_merge: true,
web_commit_signoff_required: true,
auto_init: false,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "main",
gh_pages_source_path: "/",
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"main"
],
deployment_branch_policy: "selected",
},
],
},
],
}

0 comments on commit 9e6c23c

Please sign in to comment.