Skip to content

Bump stylelint from 16.24.0 to 16.25.0 #581

Bump stylelint from 16.24.0 to 16.25.0

Bump stylelint from 16.24.0 to 16.25.0 #581

Workflow file for this run

name: Website Build
on:
workflow_dispatch:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
- name: Install dependencies
run: npm install
#- name: Check for linting errors
# run: npm test
- name: Build production website
run: npm run build
#- name: Deploy to GitHub Pages
# uses: peaceiris/actions-gh-pages@v3
#with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./public
- uses: actions/upload-artifact@v4
with:
path: public/*
if-no-files-found: error