From db0f897cd1f61bd48a5c2d571b8b8c2032b07e37 Mon Sep 17 00:00:00 2001 From: acampbel Date: Fri, 22 Mar 2024 11:37:32 -0400 Subject: [PATCH] Fix pages issue --- buildfile.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildfile.m b/buildfile.m index b528637..d3f22c4 100644 --- a/buildfile.m +++ b/buildfile.m @@ -102,7 +102,7 @@ plan("workshop").Inputs = "workshop/**/*.mlx"; plan("workshop").Outputs = plan("workshop").Inputs. ... replace(".mlx",".html"). ... - replace(textBoundary("start") + "workshop", resultsFolder ); + replace(textBoundary("start") + "workshop", "results"); end