Skip to content

chore(deps-dev): bump eslint-plugin-jsdoc from 46.8.2 to 46.9.0 (#1518) #549

chore(deps-dev): bump eslint-plugin-jsdoc from 46.8.2 to 46.9.0 (#1518)

chore(deps-dev): bump eslint-plugin-jsdoc from 46.8.2 to 46.9.0 (#1518) #549

Workflow file for this run

name: 'Deploy to Pages'
on:
push:
branches:
- main
jobs:
deploy-demo:
runs-on: ubuntu-latest
defaults:
run:
working-directory: './example/'
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup node env πŸ“¦
uses: actions/setup-node@v4
with:
node-version: 'current'
check-latest: true
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies πŸš€
run: npm ci --prefer-offline --no-audit --omit=optional
- name: Run build 🏁
run: npm run build
- name: Deploy to GitHub Pages πŸš€
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./example/dist
cname: v-clappr.netlify.app