Обновление версии кэша для установки зависимостей и добавление стабильной версии sass-embedded

This commit is contained in:
ada
2025-11-09 14:57:24 +03:00
parent d464fbc268
commit b5c9f9e2d9
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
cache-version: 1 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
+4
View File
@@ -2,6 +2,10 @@ source "https://rubygems.org"
# gem "github-pages", group: :jekyll_plugins
# Фиксируем стабильную версию sass-embedded для избежания ошибок сборки
gem "sass-embedded", "~> 1.80.0"
gem "jekyll", "~> 4.3.0"
group :jekyll_plugins do
gem "jekyll-remote-theme"
gem "jekyll-include-cache"