diff .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 diff
--- a/.build.yml	Mon May 20 02:49:07 2024 -0400
+++ b/.build.yml	Mon May 20 03:39:55 2024 -0400
@@ -2,6 +2,8 @@
 oauth: pages.sr.ht/PAGES:RW
 packages:
 - hut
+- linux-headers
+- ruby-dev
 - ruby-json
 - ruby-jekyll
 - ruby-bundler
@@ -10,6 +12,8 @@
 tasks:
 - package: |
     cd web
+    bundle config set --local path ".bundler"
+    bundle install
     bundle exec jekyll build
     tar -C _site -cvz . > ../site.tar.gz
 - upload: |