alexaegis/check github pages
Checks if Github Pages is available on your repository and load its metadata
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| enforced_build_type | GitHub Pages can be built from a branch ("legacy") or from an action ("workflow") The default value is "workflow" | no | workflow |
Outputs
| name | description |
|---|---|
| metadata | The return value of the api call |
| is_enabled | true if GitHub pages is enabled in this repository and is the type set by enforced_build_type, which is "workflow" by default |