diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-03-14 14:03:58 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-03-14 14:03:58 +0700 |
commit | dbf271086326a8fdb8b457ba6d6a44c5e6ab5cf5 (patch) | |
tree | 5e5b9fb9482c8ed7161505f4f4b3f1e07169849d /.build.yml | |
parent | 351b13b760b182f6a77e9fb3e68505a115c75384 (diff) | |
download | blog-dbf271086326a8fdb8b457ba6d6a44c5e6ab5cf5.tar.gz |
Approve installation
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml index fed0104..bd50f82 100644 --- a/.build.yml +++ b/.build.yml @@ -4,7 +4,7 @@ environment: site: huyngo.srht.site tasks: - install: | - sudo apt install ruby-full golang + yes | sudo apt install ruby-full golang gem install jekyll bundler git clone https://git.sr.ht/~sircmpwn/openring cd openring |