Skip to content

Set up webpack for locally run the website #332

Set up webpack for locally run the website

Set up webpack for locally run the website #332

Workflow file for this run

name: alterschema
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: make
website:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: sudo apt update
- run: sudo apt-get install --yes sassc
- run: make www