Skip to content

Releases: hydephp/action

v2.0.0

15 Feb 17:44
072baf4
Compare
Choose a tag to compare

What's Changed

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

14 Feb 15:56
519d17c
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.1...v2.0.0-beta

v1.1.1

25 Nov 18:45
cf8fd42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Jun 10:22
a5f672b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

11 Jun 09:49
c2ad0f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

29 Apr 16:44
dde1974
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Feb 17:22
1d83ca9
Compare
Choose a tag to compare

v1.0.0 - Initial Release

28 Jan 12:42
543b3b2
Compare
Choose a tag to compare

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

Full Changelog: v0.7.1...v1.0.0

v0.7.1

23 Mar 09:40
0aa7386
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

22 Mar 21:58
44bf5d4
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

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