Files
jekyll/.github/actions/bootstrap
2020-05-22 22:13:40 +05:30

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