From e284283b6e1f317dd327f960d342689970b83a13 Mon Sep 17 00:00:00 2001 From: Rastislav Date: Mon, 14 Oct 2024 11:13:44 +0200 Subject: [PATCH] Changed to Ruby --- .github/workflows/documentation.yml | 13 ++++++++----- package.json | 5 ++--- style/coco.sass | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 17646bd..99cd94c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,12 +12,15 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Setup Ruby Sass - run: | - sudo apt-get install -y ruby-full - gem install sass + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.3' + bundler-cache: true + + - name: Setup Sass + run: gem install sass - - name: Install & Build 🔧 + - name: Install & Build run: npm i && npm run build - name: Generate SassDoc documentation diff --git a/package.json b/package.json index 67106fb..856f01c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockchainhub/coco", - "version": "2.1.7", + "version": "2.1.8", "homepage": "https://bchainhub.github.io/coco/", "contributors": [ "Blockchain Hub (https://github.com/bchainhub)", @@ -72,6 +72,5 @@ ], "watch": { "build-css": "style/**/*.sass" - }, - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" + } } diff --git a/style/coco.sass b/style/coco.sass index f8c4b16..8ba31e3 100644 --- a/style/coco.sass +++ b/style/coco.sass @@ -1,4 +1,4 @@ -$v: "2.1.7" +$v: "2.1.8" $rtl: false $autoselect-theme: false .coco.version::after