summaryrefslogtreecommitdiff
path: root/source/CommandLine.hs
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2026-08-03 22:03:22 +0200
committeradelon <22380201+adelon@users.noreply.github.com>2026-08-03 22:03:22 +0200
commitfa6ba2cfc44873416ef08c503f585694118b8b8b (patch)
treed61c10291d9d23f3dcc6cb39f3197f6b94b8d065 /source/CommandLine.hs
parenta26c79449542a80572ca6846ec440bc4db130c4e (diff)
Publish verified HTML sequentially
Diffstat (limited to 'source/CommandLine.hs')
-rw-r--r--source/CommandLine.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/CommandLine.hs b/source/CommandLine.hs
index c3e0a10..968e4b6 100644
--- a/source/CommandLine.hs
+++ b/source/CommandLine.hs
@@ -413,8 +413,8 @@ publishHtmlIfRequested outputPlan presentation result =
case prepared of
Left failure ->
pure (HtmlExportFailed failure)
- Right bundle ->
- case HtmlOutput.planHtmlOutputAgainst routes bundle of
+ Right artifacts ->
+ case HtmlOutput.planHtmlOutputAgainst routes artifacts of
Left failure ->
pure (HtmlOutputPlanningFailed failure)
Right plan ->