Skip to content

chore(deps): update commitlint monorepo to v19 #636

chore(deps): update commitlint monorepo to v19

chore(deps): update commitlint monorepo to v19 #636

Workflow file for this run

name: CI
on: push
jobs:
build:
if: "!contains(github.event.commits[0].message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
- name: Install Dependencies
run: npm install
- name: Build Site
run: npm run build
env:
NODE_ENV: production
CI: true
# - name: Deploy Site
# if: github.ref == 'refs/heads/master'
# run: npx gh-pages -d dist -u "GitHub Actions <bots@github.com>" -t
# -r https://${{ github.token }}@github.com/${{ github.repository }}.git