1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Fix gh-actions cache not being hit issue (#191)

This commit is contained in:
Cotes Chung
2020-12-06 23:12:20 +08:00
parent cbf707dc56
commit 8d4c555638
6 changed files with 129 additions and 9 deletions

View File

@@ -6,13 +6,13 @@ gem "jekyll", ">= 3.8.6", "< 5.0"
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-redirect-from"
gem "jekyll-seo-tag", "~> 2.6.1"
gem "jekyll-seo-tag"
gem "jekyll-archives"
gem "jekyll-sitemap"
end
group :test do
gem "html-proofer", "~> 3.16.0"
gem "html-proofer"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem