Skip to content

Bump less-loader from 11.1.1 to 12.2.0 #337

Bump less-loader from 11.1.1 to 12.2.0

Bump less-loader from 11.1.1 to 12.2.0 #337

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm ci
- run: npm run build:prod
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public