Skip to content

Bump stylelint from 16.12.0 to 16.14.1 (#170) #92

Bump stylelint from 16.12.0 to 16.14.1 (#170)

Bump stylelint from 16.12.0 to 16.14.1 (#170) #92

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