Skip to content

Commit

Permalink
fix: generate .nojekyll with index to activate GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Jan 26, 2024
1 parent 2562b1d commit 23c7af5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/hsec-tools/src/Security/Advisories/Generate/HTML.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ renderAdvisoriesIndex src dst = do
div_ [class_ "pure-u-1"] $
toHtmlRaw (Advisories.advisoryHtml advisory)

writeFile (dst </> ".nojekyll") ""

-- * Rendering types

data AdvisoryR = AdvisoryR
Expand Down

0 comments on commit 23c7af5

Please sign in to comment.