diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 01:28:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 01:34:03 +0300 |
commit | f5dec4b9690193aa0eba8c9705ae01a0238ecf56 (patch) | |
tree | 3162ed178d6b578fc4557f5466314f45cf9218df /.ci/Gemfile | |
parent | index.html: add links to other pages (diff) | |
download | jekyll-theme-f5dec4b9690193aa0eba8c9705ae01a0238ecf56.tar.gz jekyll-theme-f5dec4b9690193aa0eba8c9705ae01a0238ecf56.zip |
workflows/jekyll: merge jobs, Bundler caching
Diffstat (limited to '.ci/Gemfile')
-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' |