Angular Deploy Gh Pages Actions Versions Save

Github actions to automagically deploy your angular app to GitHub pages.

v1.4.0

1 year ago

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

3 years ago

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

v1.3.0

3 years ago

v1.2.1

3 years ago

Angular 10.0 support added. Thanks to samuelnygaard for the PR

v1.2.0

4 years ago

Feature Add support for deploy branch. Thanks to @yacafx for the PR https://github.com/AhsanAyaz/angular-deploy-gh-pages-actions/pull/7

v1.1.0

4 years ago

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

v1.0.0

4 years ago

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.