about summary refs log tree commit diff
path: root/.guix/run64-website.scm
diff options
context:
space:
mode:
authorArun Isaac2025-11-17 21:29:18 +0000
committerArun Isaac2025-11-17 21:31:37 +0000
commita5e9c408f0a98502500b38ebe113155aa005aaab (patch)
tree3b5bae6ecebfe0145746648d98c17aaee882e4f0 /.guix/run64-website.scm
parent37257000b37a83d4b1203371e886562b93479716 (diff)
downloadrun64-a5e9c408f0a98502500b38ebe113155aa005aaab.tar.gz
run64-a5e9c408f0a98502500b38ebe113155aa005aaab.tar.lz
run64-a5e9c408f0a98502500b38ebe113155aa005aaab.zip
Add v0.1.0 release tarballs.
Diffstat (limited to '.guix/run64-website.scm')
-rw-r--r--.guix/run64-website.scm4
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