Releases: AhsanAyaz/angular-deploy-gh-pages-actions
Releases · AhsanAyaz/angular-deploy-gh-pages-actions
v1.4.0
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
Enabling a flag for passing project name in case of an Angular workspace
v.1.3.1
v1.3.0
v1.2.1
Angular 10.0 support added.
Thanks to samuelnygaard for the PR
v1.2.0
v1.1.0
Added support of providing a custom path for the angular project directory 💪
Added demo 🎉
v1.0.0
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.