thefrustrateddev/Deploy Vue Apps to Github Pages
This github action builds the vue app and creates a new branch names gh-pages to deploy the repo to github pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Username | yes | — |
| reponame | Reponame | yes | — |
| token | Your Github token | yes | — |
| buildscript | Build script specified in package.json (By default takes build as the script). | no | build |
| basebranchname | Base branch through which the gh pages should be created | no | master |
| Email for git config | no | action@example.com | |
| name | Name for Git Config | no | action |
| commitmessage | Commit message for creation of gh pages | no | Create gh-pages |
Outputs
no outputs