view .build.yml @ 114:731df0cd0eb7

gemfile: upgrade to latest of everything hopefully this will actually fix my ruby 3.4 problems
author Paper <paper@tflc.us>
date Mon, 19 May 2025 14:43:09 -0400
parents 4ccd7de0e530
children
line wrap: on
line source

image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
- linux-headers
- ruby-dev
- ruby-jekyll
- ruby-bundler
tasks:
- package: |
    export JEKYLL_ENV="production"
    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