Skip to content

Releases: AhsanAyaz/angular-deploy-gh-pages-actions

v1.4.0

07 Mar 03:34
Compare
Choose a tag to compare

Using secrets.GITHUB_TOKEN and the new configuration for write access to contents during GitHub actions via:

permissions:
  contents: write # Allow write permission to GITHUB_TOKEN to commit to deploy branch.

Also, using checkout@v3 now.

v1.3.2

16 Apr 20:56
Compare
Choose a tag to compare

Enabling a flag for passing project name in case of an Angular workspace

v.1.3.1

v1.3.0

26 Jul 17:01
Compare
Choose a tag to compare

Renamed the build_folder input to angular_dist_build_folder for more clarity.
Fixed #13 and #12

v1.2.1

02 Jul 14:52
Compare
Choose a tag to compare

Angular 10.0 support added.
Thanks to samuelnygaard for the PR

v1.2.0

13 Apr 16:33
Compare
Choose a tag to compare

Feature
Add support for deploy branch.
Thanks to @yacafx for the PR #7

v1.1.0

18 Mar 02:17
Compare
Choose a tag to compare

Added support of providing a custom path for the angular project directory 💪
Added demo 🎉

v1.0.0

16 Mar 17:30
Compare
Choose a tag to compare

Angular Deploy gh-pages Actions 🎉
🙌 Run ng lint optionally
⚙️ Generate your angular builds providing the environment and base-href in case of a different base-href than '/'
🚀 Deploy automagically to Github Pages.