aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-06 10:24:43 -0400
committerBradley Taunt <bt@btxx.org>2024-07-06 10:24:43 -0400
commitf729b53d35ca0bfe504710a552f900057a4e3845 (patch)
treeba0b360dad10c4c81bb4c56b5617e5f94959ff1e
parent6beac7b78bad40cb142f06238a739d32fa8ef6a6 (diff)
Fix build config
-rw-r--r--.build.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index 47692e9..9a6fa01 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,10 +1,9 @@
image: alpine/latest
oauth: pages.sr.ht/PAGES:RW
packages:
-- ruby-full
-- ruby-dev
- rsync
- coreutils
+- lowdown
- go
- hut
environment:
@@ -12,8 +11,6 @@ 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