Skip to content

Commit

Permalink
Updated documentation release action (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore authored Oct 14, 2024
1 parent 037b094 commit e7e4848
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
run: npm i && npm run build

- name: Install SassDoc
run: npm install sassdoc
run: npm install -g sassdoc

- name: Install Sass Convert globally
run: npm install -g sass-convert
run: |
npm install -g sass-convert
echo "::add-path::$(npm bin -g)"
- name: Generate SassDoc documentation
run: npx sassdoc dist/sass --dest docs/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@blockchainhub/coco",
"version": "2.1.4",
"version": "2.1.5",
"homepage": "https://bchainhub.github.io/coco/",
"contributors": [
"Blockchain Hub",
"Blockchain Hub (https://github.com/bchainhub)",
"Jeremy Thomas (https://github.com/jgthms)"
],
"description": "Modern CSS framework based on Flexbox.",
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.4"
$v: "2.1.5"
$rtl: false
$autoselect-theme: false
.coco.version::after
Expand Down

0 comments on commit e7e4848

Please sign in to comment.