aboutsummaryrefslogtreecommitdiffhomepage
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 9a6fa01..47692e9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,9 +1,10 @@
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
+- ruby-full
+- ruby-dev
- rsync
- coreutils
-- lowdown
- go
- hut
environment:
@@ -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