Keep wiki deploy dry runs read-only
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user