From b3ecb606913621068becffe23ed5bdc240310bbd Mon Sep 17 00:00:00 2001 From: Mark Cafaro Date: Mon, 23 Jun 2025 10:10:41 -0400 Subject: [PATCH 1/2] Improve UI text and comments per feedback --- public/index.html | 6 +++--- public/scripts/workflow.js | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/public/index.html b/public/index.html index b5d1471..c967bf8 100644 --- a/public/index.html +++ b/public/index.html @@ -83,7 +83,7 @@

Generate a GitHub Actions Workflow for MATLAB

+ title="Use a batch token to license MATLAB if your repository is private or uses transformation products.">
Generate a GitHub Actions Workflow for MATLAB
+ title="Set up a virtual display on a GitHub-hosted Linux runner to run MATLAB code that requires GUI access.">
Generate a GitHub Actions Workflow for MATLAB
+ title="Define a matrix of jobs to run across Linux, Windows, and macOS platforms.">
Date: Mon, 23 Jun 2025 13:55:36 -0400 Subject: [PATCH 2/2] Remove button image --- public/assets/button.svg | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 public/assets/button.svg diff --git a/public/assets/button.svg b/public/assets/button.svg deleted file mode 100644 index 83963e3..0000000 --- a/public/assets/button.svg +++ /dev/null @@ -1,3 +0,0 @@ - -Generate Starter Workflow - \ No newline at end of file