diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 02:09:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 02:09:29 +0300 |
commit | 35b5ea87225210d58e22aa85c541522c26b4a49d (patch) | |
tree | 35957236b957661cb1abf9775880ae439397b8ca /.ci | |
parent | _config.yml: .travis.yml is no more (diff) | |
download | sorting-algorithms-35b5ea87225210d58e22aa85c541522c26b4a49d.tar.gz sorting-algorithms-35b5ea87225210d58e22aa85c541522c26b4a49d.zip |
workflows/jekyll: merge jobs, Bundler caching
Diffstat (limited to '')
-rw-r--r-- | .ci/Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/Gemfile b/.ci/Gemfile new file mode 100644 index 0000000..053c27d --- /dev/null +++ b/.ci/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages' |