Skip to content

add coverage to npm ignore #12

add coverage to npm ignore

add coverage to npm ignore #12

name: Build and Deploy
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup-Node
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install and Build
run: npm ci
- name: Test
run: npm test
- name: Build
run: npm run build:example
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
FOLDER: example