Releases: hydephp/action
v2.0.0
What's Changed
- Support array input for any arbitrary environment variables by @caendesilva in #45
- Deprecate old environment variable inputs by @caendesilva in #46
- Clean up code and restructure source files into source directory by @caendesilva in #47
- Add warning if a site URL is not set by @caendesilva in #48
- [2.x] Migrate actions/upload-artifact from 3 to 4 by @dependabot in #35
- [2.x] Support custom artifact names by @caendesilva in #49
Breaking changes:
We now use the v4 artifact actions instead of the deprecated v3 actions. This may require you to also update custom parts of workflows where you used the older v3 actions. A notable side effect is that artifact names now need to be unique for the workflow run. If the default name of build
conflicts with other artifacts in your workflow, we added a new input in #49 that allows you to override the name,
Full Changelog: v1.1.1...v2.0.0
v2.0.0-beta
What's Changed
- Support array input for any arbitrary environment variables by @caendesilva in #45
- Deprecate old environment variable inputs by @caendesilva in #46
- Clean up code and restructure source files into source directory by @caendesilva in #47
- Add warning if a site URL is not set by @caendesilva in #48
- Migrate actions/upload-artifact from 3 to 4 by @dependabot in #35
Full Changelog: v1.1.1...v2.0.0-beta
v1.1.1
What's Changed
- Bump actions/configure-pages from 3 to 5 by @dependabot in #40
- Bump actions/checkout from 3 to 4 by @dependabot in #41
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Bump actions/upload-pages-artifact from 1 to 3 by @dependabot in #33
- Revert "Bump actions/upload-pages-artifact from 1 to 3" by @caendesilva in #38
- Migrate Pages deployment actions by @caendesilva in #39
- Bump actions/cache from 3 to 4 by @dependabot in #34
- Bump peter-evans/repository-dispatch from 2 to 3 by @dependabot in #37
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: v1.0.3...v1.1.0
v1.0.3
v1.0.2
What's Changed
- Fix source code line ending normalization by @caendesilva in #29
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Initial Release
Initial Stable Release
The HydePHP Site Builder Action is a GitHub Action you can use in your Actions Workflow and that takes care building and deploying of HydePHP projects. It can upload the site as a workflow artifact or deploy directly to GitHub Pages.
The action can be used with full HydePHP projects or "anonymous" projects containing only Markdown/Blade source files. The strategy used is automatically determined by the action depending on the contents of the repository.
What's Changed
- Add root directory path option by @caendesilva in #23
- Add a config input parameter to append to
hyde.yml
configuration by @caendesilva in #25 - Prepare for version v1.0 release by @caendesilva in #26
Full Changelog: v0.7.1...v1.0.0
v0.7.1
What's Changed
- Create unit tests for new bash scripts by @caendesilva in #21
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Refactor to move heavy workflow logic to shell script files by @caendesilva in #20
Full Changelog: v0.6.0...v0.7.0