Skip to content

initial commit

initial commit #1

Workflow file for this run

name: build-dist
on:
push:
branches:
- main
jobs:
dist:
name: build-dist
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "14"
- name: Install dependencies
run: |
yarn
- name: Build Minimalist distribution
run: |
yarn build:dist
- uses: stefanzweifel/[email protected]
with:
commit_message: Latest CSS distribution build