Skip to content

chore(deps-dev): bump sass from 1.80.6 to 1.81.0 (#2118) #588

chore(deps-dev): bump sass from 1.80.6 to 1.81.0 (#2118)

chore(deps-dev): bump sass from 1.80.6 to 1.81.0 (#2118) #588

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12.1
- name: Setup
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Test
run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: docs
folder: docs