Skip to content

Commit

Permalink
Update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbel committed Feb 29, 2024
1 parent 5f7d312 commit 0c3ee4d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions buildfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ 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

This file was deleted.

This file was deleted.

Binary file modified workshop/Chapter_5.mlx
Binary file not shown.
Binary file removed workshop/Chapter_5a.mlx
Binary file not shown.
Binary file modified workshop/Chapter_6.mlx
Binary file not shown.

0 comments on commit 0c3ee4d

Please sign in to comment.