GitHub Posts

GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
Apr 19, 2021

Speeding Up Angular Scully Builds in GitHub Actions

In this article, we are going to learn how you can speed your Scully builds by re-using Angular build artifacts in GitHub Actions. In order to statica ...

Mar 29, 2021

GitHub Actions Trigger Via Webhooks

In this article, we are going to look at how we can use webhooks to trigger a GitHub actions workflow. ...