Skip to content

chore(readme): update readme #52

chore(readme): update readme

chore(readme): update readme #52

Workflow file for this run

name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Lint and Test
run: npm run test && npm run lint
- name: Build
run: npm run build:ci && cp -R dist/demo/browser ./docs/demo
- name: GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs