aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index ff70f23..47692e9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,8 +1,9 @@
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
-- rsync
-- markdown
+- ruby-full
+- ruby-dev
+- rsync
- coreutils
- go
- hut
@@ -11,6 +12,8 @@ site: bt.srht.site
sources:
- https://git.sr.ht/~bt/btxx.org
tasks:
+- install-kramdown: |
+ sudo gem install kramdown
- build: |
cd btxx.org
make build