view .build.yml @ 84:5914d06f72b4

css: tweak styles to make things work on older browsers the other thing was hacky; this is weirder, but makes a tiny bit more sense
author Paper <paper@paper.us.eu.org>
date Wed, 05 Jun 2024 21:02:44 -0400
parents ec24b7d30ce9
children 484b9c79a149
line wrap: on
line source

image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
- linux-headers
- ruby-dev
- ruby-json
- ruby-jekyll
- ruby-bundler
environment:
  site: paper.us.eu.org
tasks:
- package: |
    cd web
    bundle config set --local path ".bundler"
    bundle install
    bundle exec jekyll build
    tar -C _site -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz