diff options
-rw-r--r-- | .build.yml | 6 | ||||
-rwxr-xr-x | barf | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -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 @@ -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 |