From a4057cc9a55b6dc65d284b535da11e73f1061c5f Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 11 Feb 2026 15:38:26 -0500 Subject: Fix member size, include sourchut build updates --- .build.yml | 4 ++-- _site_listings/ryantan.net.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 7dc8cfe..516e883 100644 --- a/.build.yml +++ b/.build.yml @@ -13,8 +13,8 @@ tasks: sudo gem install bundler - jekyll-build: | cd $repo - bundle install - bundle exec jekyll build + sudo bundle install + sudo bundle exec jekyll build - package-site: | cd $repo/_site tar -cvzh . > ../site.tar.gz diff --git a/_site_listings/ryantan.net.md b/_site_listings/ryantan.net.md index 0094eee..f0b29eb 100644 --- a/_site_listings/ryantan.net.md +++ b/_site_listings/ryantan.net.md @@ -1,4 +1,4 @@ --- pageurl: ryantan.net -size: 120.02 +size: 120.0 --- -- cgit v1.3.1