diff options
| author | Bradley Taunt <git@btxx.org> | 2026-02-11 15:38:26 -0500 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-02-11 15:38:26 -0500 |
| commit | a4057cc9a55b6dc65d284b535da11e73f1061c5f (patch) | |
| tree | dc21de8db44423e12616c452a6083e8f34f5d82c /.build.yml | |
| parent | 95579a73098dbf7bcdceaeeaf76ef4748ee905b2 (diff) | |
Fix member size, include sourchut build updates
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
