diff options
| author | Bradley Taunt <git@btxx.org> | 2026-02-27 13:00:22 -0500 |
|---|---|---|
| committer | Bradley Taunt <git@btxx.org> | 2026-02-27 13:00:22 -0500 |
| commit | dbd245a41bb2aa9daffbedbd587d3ce43f782ce3 (patch) | |
| tree | 0d7695129fb78789b947107de0f5646ae5f2312d /.build.yml | |
| parent | de18d7730b03762abb2d91db03f90662d8d8949e (diff) | |
Remove build files, update member page size
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 516e883..0000000 --- a/.build.yml +++ /dev/null @@ -1,24 +0,0 @@ -image: debian/stable -oauth: pages.sr.ht/PAGES:RW -packages: -- hut -- ruby-full -- ruby-dev -environment: - repo: 1mb-club - site: 1mb.club -tasks: -- install-bundler: | - cd $repo - sudo gem install bundler -- jekyll-build: | - cd $repo - sudo bundle install - sudo bundle exec jekyll build -- package-site: | - cd $repo/_site - tar -cvzh . > ../site.tar.gz -- deploy: | - hut pages publish -d $site --site-config $repo/siteconfig.json $repo/site.tar.gz -- deploy-www: | - hut pages publish -d www.$site --site-config $repo/siteconfig.json $repo/site.tar.gz |
