Skip to content

Commit

Permalink
Updated actions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore authored Oct 14, 2024
1 parent e7e4848 commit 667d147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Sass Convert globally
run: |
npm install -g sass-convert
echo "::add-path::$(npm bin -g)"
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.5",
"version": "2.1.6",
"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.5"
$v: "2.1.6"
$rtl: false
$autoselect-theme: false
.coco.version::after
Expand Down

0 comments on commit 667d147

Please sign in to comment.