Skip to content

Commit

Permalink
Added support of Ruby (Needed for doc) (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore authored Oct 14, 2024
1 parent 667d147 commit c74167d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion style/coco.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$v: "2.1.6"
$v: "2.1.7"
$rtl: false
$autoselect-theme: false
.coco.version::after
Expand Down

0 comments on commit c74167d

Please sign in to comment.