diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-03-14 14:22:56 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-03-14 14:22:56 +0700 |
commit | d02a380caa30a804c927498e624927daa70b0b13 (patch) | |
tree | a5f1ddfe758fcbdfb6fed6a6edaf38c566522401 | |
parent | 5b264ffb30b74250113fb3149d3766203f392390 (diff) | |
download | blog-d02a380caa30a804c927498e624927daa70b0b13.tar.gz |
Install gems without documents
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml index f0c0b5f..700f236 100644 --- a/.build.yml +++ b/.build.yml @@ -7,7 +7,7 @@ environment: site: huyngo.srht.site tasks: - install: | - gem install --user-install jekyll bundler + sudo gem install jekyll bundler --no-document git clone https://git.sr.ht/~sircmpwn/openring cd openring go build -o openring |