mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 01:10:35 +00:00
Обновление версии кэша для установки зависимостей и добавление стабильной версии sass-embedded
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ruby-version: '3.1' # Not needed with a .ruby-version file
|
ruby-version: '3.1' # Not needed with a .ruby-version file
|
||||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
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
|
- name: Setup Pages
|
||||||
id: pages
|
id: pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v5
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ source "https://rubygems.org"
|
|||||||
|
|
||||||
# gem "github-pages", group: :jekyll_plugins
|
# gem "github-pages", group: :jekyll_plugins
|
||||||
|
|
||||||
|
# Фиксируем стабильную версию sass-embedded для избежания ошибок сборки
|
||||||
|
gem "sass-embedded", "~> 1.80.0"
|
||||||
|
gem "jekyll", "~> 4.3.0"
|
||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem "jekyll-remote-theme"
|
gem "jekyll-remote-theme"
|
||||||
gem "jekyll-include-cache"
|
gem "jekyll-include-cache"
|
||||||
|
|||||||
Reference in New Issue
Block a user