Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Use [GitHub® Actions Workflow Generator for MATLAB](https://matlab-actions.g

To generate a starter workflow for your repository, in the workflow generation interface:

1. Enter your GitHub repository URL or username/repository.
2. (Optional) Under **Advanced Options**, select one or more options to customize the workflow.
1. Enter your GitHub repository URL or username/repository.
2. (Optional) Under **Advanced Options**, select one or more options to customize the workflow.
3. Click **Generate Workflow**.

<p align="center">
Expand All @@ -16,11 +16,13 @@ To generate a starter workflow for your repository, in the workflow generation i

The workflow generator automatically displays the starter workflow in the workflow editor of your repository. Modify the generated workflow as needed, and commit your changes to save the workflow file in the `.github/workflows` directory of your repository.

For more information about the available GitHub actions for MATLAB that you can use to define your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).
For more information about the available GitHub actions for MATLAB that you can use to define your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).

## See Also

- [Use MATLAB with GitHub Actions](https://github.com/matlab-actions)
- [Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html)

## Contact Us

If you have any questions or suggestions, contact MathWorks&reg; at [[email protected]](mailto:[email protected]).
Loading