comparison .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
comparison
equal deleted inserted replaced
78:5fdf5f346b92 79:815c0da68384
1 image: alpine/edge 1 image: alpine/edge
2 oauth: pages.sr.ht/PAGES:RW 2 oauth: pages.sr.ht/PAGES:RW
3 packages: 3 packages:
4 - hut 4 - hut
5 - linux-headers
6 - ruby-dev
5 - ruby-json 7 - ruby-json
6 - ruby-jekyll 8 - ruby-jekyll
7 - ruby-bundler 9 - ruby-bundler
8 environment: 10 environment:
9 site: paper.us.eu.org 11 site: paper.us.eu.org
10 tasks: 12 tasks:
11 - package: | 13 - package: |
12 cd web 14 cd web
15 bundle config set --local path ".bundler"
16 bundle install
13 bundle exec jekyll build 17 bundle exec jekyll build
14 tar -C _site -cvz . > ../site.tar.gz 18 tar -C _site -cvz . > ../site.tar.gz
15 - upload: | 19 - upload: |
16 hut pages publish -d $site site.tar.gz 20 hut pages publish -d $site site.tar.gz