~bt/barf

2ae81e366af0539a1b55de722c22c0a13fe2cada — Bradley Taunt 4 months ago cda23b7
Default back to smu for builds
2 files changed, 6 insertions(+), 2 deletions(-)

M .build.yml
M barf
M .build.yml => .build.yml +5 -1
@@ 3,7 3,6 @@ oauth: pages.sr.ht/PAGES:RW
packages:
- rsync
- coreutils
- lowdown
- go
- hut
environment:


@@ 11,6 10,11 @@ site: barf.btxx.org
sources:
- https://git.sr.ht/~bt/barf
tasks:
- install-smu: |
    git clone https://git.sr.ht/~bt/smu
    cd smu
    sudo make
    sudo make install
- build: |
    cd barf
    make build

M barf => barf +1 -1
@@ 15,7 15,7 @@ elif [ "$os_name" = "Darwin" ]; then
fi

set -eu
MARKDOWN=lowdown
MARKDOWN=smu
IFS='	'

# Create tab separated file with filename, title, creation date, last update