eclipse-tractusx / .eclipsefdn

Repository to host configurations related to the Eclipse Foundation.
https://eclipse-tractusx.github.io/.eclipsefdn/
1 stars 15 forks source link

Enable gh-pages for repo tutorial-resources #17

Closed netomi closed 1 year ago

netomi commented 1 year ago

Requested in https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3533

github-actions[bot] commented 1 year ago
Diff for 9e9af725c6ddbf3c5618f8bc6040fc2e3205ba02: ```diff Printing local diff for configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Actions are indicated with the following symbols: + create ! modify ! forced update - delete Organization eclipse-tractusx[id=eclipse-tractusx] ╷ │ Warning: repository[name="tutorial-resources"] has 'gh_pages_build_type' with value 'legacy' but no corresponding 'github-pages' environment, please add such an environment. ╵ there have been 37 validation infos, enable verbose output with '-v' to to display them. ! repository[name="tutorial-resources"] { ! gh_pages_build_type = "disabled" -> "legacy" ! gh_pages_source_branch = null -> "gh-pages" ! gh_pages_source_path = "/" -> "/" ! } Plan: 0 to add, 3 to change, 0 to delete. ``` ```diff Showing diff to a canonical version of the configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Organization eclipse-tractusx[id=eclipse-tractusx] --- original +++ canonical @@ -412,17 +412,13 @@ web_commit_signoff_required: false } orgs.newRepo('puris-backend') { - allow_update_branch: false archived: true description: "puris-backend" - secret_scanning_push_protection: "disabled" web_commit_signoff_required: false } orgs.newRepo('puris-frontend') { - allow_update_branch: false archived: true description: "puris-frontend" - secret_scanning_push_protection: "disabled" web_commit_signoff_required: false } orgs.newRepo('sd-factory') { ```
netomi commented 1 year ago

change has been applied. Once you push something to a gh-pages branch the page should be deployed.