aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-10 01:28:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-10 01:34:03 +0300
commitf5dec4b9690193aa0eba8c9705ae01a0238ecf56 (patch)
tree3162ed178d6b578fc4557f5466314f45cf9218df /.ci
parentindex.html: add links to other pages (diff)
downloadjekyll-theme-f5dec4b9690193aa0eba8c9705ae01a0238ecf56.tar.gz
jekyll-theme-f5dec4b9690193aa0eba8c9705ae01a0238ecf56.zip
workflows/jekyll: merge jobs, Bundler caching
Diffstat (limited to '')
-rw-r--r--.ci/Gemfile2
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'