diff options
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,8 @@ image: alpine/latest oauth: pages.sr.ht/PAGES:RW packages: +- go +- hut - ruby-full - ruby-dev environment: @@ -8,8 +10,6 @@ site: 1mb.club sources: - https://git.sr.ht/~bt/1mb-club tasks: -- install-dependencies: | - sudo apk add go hut - install-bundler: | sudo gem install bundler - build: | |