diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-20 21:16:05 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-20 21:16:05 +0200 |
commit | bf5a900922e28c5bd3ef6265e6f3f8ea784bfc1a (patch) | |
tree | cd63031dd47bb731ed2565ab3672df06818a2475 /.ci/Gemfile | |
parent | move Jekyll options to _config.yml (diff) | |
download | sorting-algorithms-bf5a900922e28c5bd3ef6265e6f3f8ea784bfc1a.tar.gz sorting-algorithms-bf5a900922e28c5bd3ef6265e6f3f8ea784bfc1a.zip |
switch from GitHub Pages to plain Jekyllmigration
Diffstat (limited to '.ci/Gemfile')
-rw-r--r-- | .ci/Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.ci/Gemfile b/.ci/Gemfile deleted file mode 100644 index 053c27d..0000000 --- a/.ci/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source 'https://rubygems.org' -gem 'github-pages' |