Skip to content

Bump micromatch from 4.0.5 to 4.0.8 (#280) #76

Bump micromatch from 4.0.5 to 4.0.8 (#280)

Bump micromatch from 4.0.5 to 4.0.8 (#280) #76

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: build
run: npm run build
- name: deploy pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist/public