ahsanayaz/Angular Deploy gh-pages Actions
Github actions to automagically deploy your angular app to GitHub pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_access_token | Github access token token used to deploy on gh_pages. You can find it on Github. | yes | — |
| angular_project_dir | The directory of the angular project, in which all the commands will run | — | ./ |
| build_configuration | Build configuration for the angular app | — | production |
| base_href | base href for the app | — | / |
| deploy_branch | branch on which the angular build will be deployed | — | gh-pages |
| angular_dist_build_folder | The folder in which `ng build` provides its output. This is the folder which will be deployed to the `deploy_branch`. | — | dist |
| run_lint | If the action should run 'ng lint' | — | false |
| skip_failure | Will not fail the step if anything fails | — | false |
Outputs
no outputs