diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-01 09:03:34 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-01 09:03:34 -0400 |
commit | 833a1f8d91b17283e8dfac1037f182b9049f2177 (patch) | |
tree | fff7a787ff915bdfded2a0541b996e9c3cf4927c | |
parent | 595edf0a2eb4c730bf6eb5f263dff88b5a7c8b78 (diff) |
Include proper build permissions
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ tasks: sudo gem install bundler - build: | cd 1mb-club - bundle install - bundle exec jekyll build + sudo bundle install + sudo bundle exec jekyll build - package: | cd 1mb-club/_site tar -cvz . > ../../site.tar.gz |