jekyll/.github/actions/bootstrap

8 lines
122 B
Bash

#!/bin/bash
set -e
gem update --system --no-document
gem update bundler --no-document
bundle install --jobs 4 --retry 3