Skip to content

Commit 23c7af5

Browse files
committed
fix: generate .nojekyll with index to activate GitHub pages
1 parent 2562b1d commit 23c7af5

File tree

1 file changed

+2
-0
lines changed
  • code/hsec-tools/src/Security/Advisories/Generate

1 file changed

+2
-0
lines changed

code/hsec-tools/src/Security/Advisories/Generate/HTML.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ renderAdvisoriesIndex src dst = do
5858
div_ [class_ "pure-u-1"] $
5959
toHtmlRaw (Advisories.advisoryHtml advisory)
6060

61+
writeFile (dst </> ".nojekyll") ""
62+
6163
-- * Rendering types
6264

6365
data AdvisoryR = AdvisoryR

0 commit comments

Comments
 (0)