diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-25 11:05:30 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-25 11:05:30 -0400 |
commit | dba945ab618b52cec74681ab502b00100a964c24 (patch) | |
tree | 72513e6aa7a8c98e741ced41f585cd4d1df52cd2 | |
parent | c50423c1c8da638b2f04259d42b9a69f7112d103 (diff) |
Update sourcehut pages build config for Alpine
-rw-r--r-- | .build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,9 +10,10 @@ sources: - https://git.sr.ht/~bt/wruby tasks: - install-gems: | - sudo gem install kramdown rss + sudo gem install bundler - build: | cd wruby + sudo bundle install make build - package: | cd wruby/build |