-
-
Notifications
You must be signed in to change notification settings - Fork 423
Replace composite deployment with the general workflow #1382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit ac8b509
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR replaces the existing composite deployment with a more standard, separated workflow process. Key changes include updating the release workflow to use a new environment and removing the composite deploy-site action, as well as introducing a dedicated deploy workflow with explicit build and deploy steps.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Updated environment from "github-pages" to "maven-central" and removed the deploy-site action |
| .github/workflows/deploy.yml | Added a workflow_call trigger and restructured deployment steps including Gradle setup and site build |
Files not reviewed (1)
- .github/actions/deploy-site/action.yml: Language not supported
Comments suppressed due to low confidence (2)
.github/workflows/deploy.yml:4
- Ensure the YAML indentation for 'workflow_call:' is correct under the 'on:' key to avoid potential syntax errors.
workflow_call:
.github/workflows/release.yml:13
- [nitpick] Verify that changing the environment name from 'github-pages' to 'maven-central' is intentional and consistent with deployment targets across workflows.
name: maven-central
|
Workflow dispatch works well in https://github.com/GradleUp/shadow/actions/runs/14185980866. |
No description provided.