Skip to content

Handle null and undefined values in validators #12

Handle null and undefined values in validators

Handle null and undefined values in validators #12

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build demo -- --configuration production --base-href /angular-components/
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/demo/browser