@liquid-js/angular-cli-ghpages
Version:
Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)
15 lines (14 loc) • 369 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "angular-cli-ghpages-ng-add-schematic",
"title": "angular-cli-ghpages ng-add schematic",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The project for which the deploy config should be added"
}
},
"required": [],
"additionalProperties": false
}