2024-11-07 01:17:32 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
nix-shell -p ruby_3_3 imagemagick pkg-config --pure --command "
|
|
|
|
export JEKYLL_ENV=production
|
|
|
|
echo 'Installing bundles'
|
|
|
|
bundle config set path 'vendor/cache'
|
|
|
|
bundle install --gemfile=Gemfile
|
2024-11-18 22:08:46 +00:00
|
|
|
bundle update --bundler
|
2024-11-07 01:17:32 +00:00
|
|
|
bundle update
|
|
|
|
"
|