Skip to content

Bump lint-staged from 15.3.0 to 15.4.3 (#171) #91

Bump lint-staged from 15.3.0 to 15.4.3 (#171)

Bump lint-staged from 15.3.0 to 15.4.3 (#171) #91

Workflow file for this run

name: Build
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Build application
run: npm run build --if-present
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public