-
Notifications
You must be signed in to change notification settings - Fork 161
Add Website deploy on plugins.json modified #489
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
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 pull request introduces a GitHub Actions workflow to trigger a website deployment when the plugins.json file is modified on pushes to the plugin_api_v2 branch.
- Added a new workflow file (.github/workflows/website-deploy.yml) that listens for pushes modifying plugins.json.
- Configured a curl command to dispatch a deploy event to the website repository.
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 introduces a new GitHub Actions workflow to deploy the website automatically when plugins.json is modified on the plugin_api_v2 branch.
- Adds a workflow triggered by push events on plugins.json.
- Dispatches a repository event to trigger deployment.
Deploy website when the plugins.json file is modified on a commit push, this will cover new and updated plugins to the repo.
For Flow-Launcher/flow-launcher.github.io#45