Skip to content

Commit

Permalink
Use workflow to publish GH Pages for jersey.github.io (#7)
Browse files Browse the repository at this point in the history
* Use workflow to publish GH Pages for jersey.github.io

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>

* Update environment

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>

---------

Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
  • Loading branch information
netomi authored Aug 2, 2024
1 parent 9cc1fd8 commit 2707524
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions otterdog/eclipse-ee4j.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1627,15 +1627,12 @@ orgs.newOrg('eclipse-ee4j') {
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Jersey project",
gh_pages_build_type: "legacy",
gh_pages_source_branch: "master",
gh_pages_source_path: "/",
gh_pages_build_type: "workflow",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
environments: [
orgs.newEnvironment('github-pages'),
orgs.newEnvironment('master'),
],
},
Expand Down

0 comments on commit 2707524

Please sign in to comment.