UNPKG

@liquid-js/angular-cli-ghpages

Version:

Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)

12 lines (11 loc) 298 B
{ "$schema": "@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add GitHub pages deploy schematic (angular-cli-ghpages)", "factory": "./ng-add#ngAdd", "schema": "./ng-add-schema.json", "aliases": ["install"] } } }