diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-06 10:24:43 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-06 10:24:43 -0400 |
commit | f729b53d35ca0bfe504710a552f900057a4e3845 (patch) | |
tree | ba0b360dad10c4c81bb4c56b5617e5f94959ff1e | |
parent | 6beac7b78bad40cb142f06238a739d32fa8ef6a6 (diff) |
Fix build config
-rw-r--r-- | .build.yml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |