actions-marketplace-validations/Build HydePHP Site
Build and deploy the HydePHP project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 15, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/hydephp_action@072baf40f3127ade31a549f64fc4d35bc2c8b392 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| debug | Enable debug mode | no | false |
| deploy-to | Specify what to do with the compiled site. Options are: [artifact, pages] | yes | artifact |
| upload-artifact | Upload the compiled site as an artifact | no | false |
| framework-version | The framework version of HydePHP to install (only applicable when using archive install strategy) | no | latest |
| directory | The project root directory | no | . |
| config | List of lines to add to the `hyde.yml` config file | no | "" |
| env-site-name | [Deprecated] Set the `SITE_NAME` environment variable. Use the `env` input instead with `SITE_NAME=value` | no | — |
| env-site-url | [Deprecated] Set the `SITE_URL` environment variable. Use the `env` input instead with `SITE_URL=value` | no | — |
| env-torchlight-token | [Deprecated] Set the `TORCHLIGHT_TOKEN` environment variable. Use the `env` input instead with `TORCHLIGHT_TOKEN=value` | no | — |
| env | Environment variables in KEY=VALUE format (one per line) | no | "" |
| artifact-name | Name of the artifact to upload (defaults to "build") | no | build |
Outputs
| name | description |
|---|---|
| install-strategy | The install strategy used |