Skip to content

Commit c8f6942

Browse files
history of github actions
1 parent e968a3c commit c8f6942

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/about-us/about-us.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ When using GitHub Pages with a private repository, the website generated can sti
106106
<br></br>
107107
Ensure that sensitive or confidential information is not included in the repository, as it could inadvertently become exposed through the GitHub Pages site.<br></br></p>
108108
<h1>GitHub Actions</h1>
109+
<p>GitHub Actions was officially launched on November 13, 2019.</p>
110+
<p>It was first announced in October 2018 at GitHub Universe as a way to automate workflows, but the full general availability (GA) release came a year later in 2019.</p>
109111
<p>GitHub Actions is required in scenario where entry file of a repository is not at root directory and the repository is of a framework like React, Angular, StencilJS</p>
110112
<p>GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.</p>
111113
<p>GitHub Actions goes beyond just DevOps and lets you run workflows when other events happen in your repository. For example, you can run a workflow to automatically add the appropriate labels whenever someone creates a new issue in your repository.</p>

0 commit comments

Comments
 (0)