Releases: hydephp/action
Releases · hydephp/action
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
v0.6.0
What's Changed
- Breaking: Rename
deploy
option todeploy-to
by @caendesilva in #18
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Add option to specify the Hyde version for anonymous projects by @caendesilva in #17
Full Changelog: v0.4.0...v0.5.0