Skip to content

Commit c778cdc

Browse files
committed
build: convert to sass maintained
1 parent ac930fc commit c778cdc

17 files changed

+1506
-476
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
- uses: actions/setup-node@v1
1818
with:
1919
node-version: 14
20-
20+
2121
- name: Install dependencies
2222
run: yarn install
23+
- name: Build theme
24+
run: yarn build
2325
- name: Release
2426
run: npx semantic-release
2527
env:

0 commit comments

Comments
 (0)