Keep wiki deploy dry runs read-only

This commit is contained in:
2026-04-18 18:30:15 +02:00
parent 8e7ffd8f4f
commit e0b3164427
2 changed files with 82 additions and 3 deletions
+3 -3
View File
@@ -123,10 +123,10 @@ func DeployWikiWithOptions(p *project.Project, opts DeployWikiOptions, progress
return deployResult{}, err
}
}
}
currentHashes := computePageHashes(localPages, notesDelimiter)
saveDeployManifest(manifestPath, currentHashes)
currentHashes := computePageHashes(localPages, notesDelimiter)
saveDeployManifest(manifestPath, currentHashes)
}
updated := len(deployments)
deleted := len(stalePages)