UNPKG

@liquid-js/angular-cli-ghpages

Version:

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

20 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaults = void 0; exports.defaults = { dir: 'dist', repo: undefined, message: 'Auto-generated commit', branch: 'gh-pages', name: undefined, email: undefined, dotfiles: true, notfound: true, nojekyll: true, cname: undefined, add: false, dryRun: false, remote: 'origin', git: 'git' }; //# sourceMappingURL=defaults.js.map