image: alpine/latest oauth: pages.sr.ht/PAGES:RW packages: - rsync - coreutils - go - hut environment: site: jsfree.org sources: - https://git.sr.ht/~bt/jsfree.org tasks: - install-smu: | git clone https://git.btxx.org/smu cd smu make make install - build: | cd jsfree.org make build - package: | cd jsfree.org/build tar -cvz . > ../../site.tar.gz - upload: | hut pages publish -d jsfree.org site.tar.gz