hahwul/Hwaro Deploy to Pages
Build and deploy a Hwaro static site to GitHub Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pages_branch | The git branch to deploy to | no | gh-pages |
| build_dir | Directory where the Hwaro site source is located | no | . |
| output_dir | Output directory for the built site | no | public |
| build_flags | Additional flags to pass to hwaro build command | no | "" |
| build_only | Set to true to only build without deploying | no | false |
| repository | Target repository to deploy to (default: current repository) | no | "" |
| github_hostname | GitHub hostname (for GitHub Enterprise) | no | github.com |
| token | GitHub token for deployment. Defaults to the workflow token when deploying; intentionally empty for build_only runs so it is not exposed to user build hooks. Pass an explicit value to override. | no | "" |
Outputs
no outputs