diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e122546..17646bd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,23 +12,14 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 20.x - registry-url: 'https://registry.npmjs.org' + - name: Setup Ruby Sass + run: | + sudo apt-get install -y ruby-full + gem install sass - name: Install & Build 🔧 run: npm i && npm run build - - name: Install SassDoc - run: npm install -g sassdoc - - - name: Install Sass Convert globally - run: | - npm install -g sass-convert - echo "$(npm root -g)/../bin" >> $GITHUB_PATH - - name: Generate SassDoc documentation run: npx sassdoc dist/sass --dest docs/ diff --git a/package.json b/package.json index e1a6b45..67106fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockchainhub/coco", - "version": "2.1.6", + "version": "2.1.7", "homepage": "https://bchainhub.github.io/coco/", "contributors": [ "Blockchain Hub (https://github.com/bchainhub)", diff --git a/style/coco.sass b/style/coco.sass index 4389e4d..f8c4b16 100644 --- a/style/coco.sass +++ b/style/coco.sass @@ -1,4 +1,4 @@ -$v: "2.1.6" +$v: "2.1.7" $rtl: false $autoselect-theme: false .coco.version::after