Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed to Ruby #39

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down Expand Up @@ -72,6 +72,5 @@
],
"watch": {
"build-css": "style/**/*.sass"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}
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.7"
$v: "2.1.8"
$rtl: false
$autoselect-theme: false
.coco.version::after
Expand Down