diff options
Diffstat (limited to '.guix/run64-website.scm')
| -rw-r--r-- | .guix/run64-website.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.guix/run64-website.scm b/.guix/run64-website.scm index 7b85bea..72ee0fd 100644 --- a/.guix/run64-website.scm +++ b/.guix/run64-website.scm @@ -40,6 +40,8 @@ `(("index.html" ,(computed-file "run64-website-home-page.html" run64-website-home-page-gexp)) - ("style.css" ,(local-file "../website/style.css"))))) + ("style.css" ,(local-file "../website/style.css")) + ("releases" ,(local-file "../website/releases" + #:recursive? #t))))) run64-website |
