Skip to content

Releases: skywarth/vite-github-pages-deployer

v1.5.0

13 Mar 02:36

Choose a tag to compare

What's Changed

TL;DR: working_path parameter is introduced to run package manager CLI commands in designated folders.

This release contains new parameters to the action, and some changes to how the build folder is resolved. Tests are made to ensure it is backward compatible, but if you notice some abnormalities or change in behavior in your pipelines, please open up an issue.

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

20 May 21:52
894ef80

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

20 Nov 23:54
b3605fe

Choose a tag to compare

What's Changed

  • public_base_path parameter/input default value is resolved based on the existence of CNAME (for GitHub pages custom domain configuration) primarily, with a fallback repository name if CNAME is not found as last resort.
  • Backward compatible with previous versions and installations. It should work as is.
  • Custom domain expansion proposition made by @gregsadetsky in #5
  • Custom domain expansion developed by @skywarth in #7

Full Changelog: v1.2.0...v1.3.0

v1.2.0

30 Jun 11:51
e37c6d4

Choose a tag to compare

What's Changed

  • Node environment parameters introduced for install and build phases.
  • Expanded and improved the README. Table of contents for fast navigation, new sections, common errors and solutions, and visual enhancements.
  • TODO entries struck off the list

Full Changelog: v1.1.0...v1.2.0

🎆 Thanks to the stargazers and users of the action for their support.

v1.1.0

27 May 23:04
c90e1fa

Choose a tag to compare

  • Output deploy url for environment
  • Input parameter for choosing desired package manager for installing and building
  • Bugfixes

Project renamed: v1.0.1

21 May 16:28
cbae3f0

Choose a tag to compare

  • Project renamed
  • README and action updated to reflect project name change.
  • Added useful links to README

Initial Production Release: v1.0.0

20 May 23:26
5bcf582

Choose a tag to compare

  • Expanded README
  • Corrected input parameter issues regarding boolean. Boolean is not supported as of now: SO Post

v0.0.4-beta

15 May 21:46
9c18b4b

Choose a tag to compare

v0.0.4-beta Pre-release
Pre-release

Added optional inputs for flexibility

v0.0.3-beta

15 May 21:28
444d547

Choose a tag to compare

v0.0.3-beta Pre-release
Pre-release

v0.0.2-beta

15 May 19:50
b8a92fc

Choose a tag to compare

v0.0.2-beta Pre-release
Pre-release

Parameter for build_path and dump data