aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-03 10:50:37 -0400
committerBradley Taunt <bt@btxx.org>2024-07-03 10:50:37 -0400
commita7efc5d8b12b5536fdc27a7a32e5eb3087c76aca (patch)
treeb6251707cf382f9f404ff290f15def702452be09 /.build.yml
parentc15093ff7e53de9b48d7805d9ea4dd87c052f651 (diff)
Test out kramdown
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