Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbel committed Feb 29, 2024
1 parent 65b3e88 commit c6b8123
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ function workshopTask(context)
htmlFiles = context.Task.Outputs.paths;
for idx = 1:numel(mlxFiles)
disp("Building html from " + mlxFiles(idx))
disp(" First confirming it runs")
run(mlxFiles(idx));
export(mlxFiles(idx), htmlFiles(idx), Run=true);
end
end
Expand Down

0 comments on commit c6b8123

Please sign in to comment.