Skip to content

Commit

Permalink
build: convert to sass maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 3, 2021
1 parent ac930fc commit c778cdc
Show file tree
Hide file tree
Showing 17 changed files with 1,506 additions and 476 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14

- name: Install dependencies
run: yarn install
- name: Build theme
run: yarn build
- name: Release
run: npx semantic-release
env:
Expand Down
Loading

0 comments on commit c778cdc

Please sign in to comment.