Обновление версии кэша для установки зависимостей и добавление стабильной версии 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