view .build.yml @ 98:caa6f0e136c8

*: add cheese section that's really just a photo gallery
author Paper <paper@tflc.us>
date Tue, 19 Nov 2024 00:55:49 -0500
parents a2c83f182127
children
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
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 tflc.us site.tar.gz