From 384133afccb08fab66f9b44c839243431c347604 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sun, 30 Jul 2023 18:59:35 +0800 Subject: [PATCH] builds: https: run bundler under root i have no idea why bundler try to install to system path even on non-root, but this works /shrug --- .builds/https.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/https.yml b/.builds/https.yml index f2c2521..9f35a4e 100644 --- a/.builds/https.yml +++ b/.builds/https.yml @@ -22,7 +22,7 @@ tasks: npm run copy-vendor - jekyll: | cd xdavidwu.link - bundle install -j $(nproc) + sudo bundle install -j $(nproc) bundle exec rougify style base16.solarized.dark | sed 's/002b36/202124/g' >> _sass/minimal-mistakes/skins/_custom.scss bundle exec rougify style base16.solarized.light >> _sass/minimal-mistakes/skins/_custom-light.scss set +x -- 2.43.0