ahsanayaz/Angular Deploy gh-pages Actions

Github actions to automagically deploy your angular app to GitHub pages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_access_tokenGithub access token token used to deploy on gh_pages. You can find it on Github.yes
angular_project_dirThe directory of the angular project, in which all the commands will run./
build_configurationBuild configuration for the angular appproduction
base_hrefbase href for the app/
deploy_branchbranch on which the angular build will be deployedgh-pages
angular_dist_build_folderThe folder in which `ng build` provides its output. This is the folder which will be deployed to the `deploy_branch`.dist
run_lintIf the action should run 'ng lint'false
skip_failureWill not fail the step if anything failsfalse

no outputs