Skip to content

Update codelyzer

Update codelyzer #14

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build
run: |
npm install
./node_modules/.bin/ng build --prod --output-path build --base-href="https://linkit-tech.github.io/signature-generator/"
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.