view .build.yml @ 79:815c0da68384

code: add quips
author Paper <paper@paper.us.eu.org>
date Mon, 20 May 2024 03:39:55 -0400
parents 5fdf5f346b92
children ec24b7d30ce9
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