Also copy stylesheet

This commit is contained in:
Niels G. W. Serup 2024-09-30 23:40:53 +02:00
parent 3d4c79cc83
commit 556ded64a8
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 2 additions and 0 deletions

View File

@ -65,3 +65,5 @@ generateSite = do
aboutDir <- joinPaths outputDir $ inject "om"
makeDir aboutDir
saveFile html $ joinPaths aboutDir indexName
styleName <- inject "style.css"
copyFile styleName (joinPaths outputDir styleName)