diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2026-08-03 22:03:22 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2026-08-03 22:03:22 +0200 |
| commit | fa6ba2cfc44873416ef08c503f585694118b8b8b (patch) | |
| tree | d61c10291d9d23f3dcc6cb39f3197f6b94b8d065 /source/CommandLine.hs | |
| parent | a26c79449542a80572ca6846ec440bc4db130c4e (diff) | |
Publish verified HTML sequentially
Diffstat (limited to 'source/CommandLine.hs')
| -rw-r--r-- | source/CommandLine.hs | 4 |
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 -> |
