actions-marketplace-validations/Build HydePHP Site

Build and deploy the HydePHP project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Feb 15, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/hydephp_action@072baf40f3127ade31a549f64fc4d35bc2c8b392 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
debugEnable debug modenofalse
deploy-toSpecify what to do with the compiled site. Options are: [artifact, pages]yesartifact
upload-artifactUpload the compiled site as an artifactnofalse
framework-versionThe framework version of HydePHP to install (only applicable when using archive install strategy)nolatest
directoryThe project root directoryno.
configList of lines to add to the `hyde.yml` config fileno""
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
envEnvironment variables in KEY=VALUE format (one per line)no""
artifact-nameName of the artifact to upload (defaults to "build")nobuild
namedescription
install-strategyThe install strategy used