Skip to content

Commit 56e7532

Browse files
Github pages runs on Ubuntu
1 parent 22aa971 commit 56e7532

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ Ensure that sensitive or confidential information is not included in the reposit
111111
<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>
112112
<p>You can configure a GitHub Actions workflow to be triggered when an event occurs in your repository, such as a pull request being opened or an issue being created. Your workflow contains one or more jobs which can run in sequential order or in parallel.</p>
113113
<p>A workflow is a configurable automated process that will run one or more jobs. Workflows are defined by a YAML file checked in to your repository and will run when triggered by an event in your repository, or they can be triggered manually, or at a defined schedule.</p>
114-
114+
<h1>GitHub Pages runs on Ubuntu </h1>
115+
<p>GitHub Pages runs on Ubuntu (or more broadly, on a Linux-based environment) because it uses a Linux server infrastructure to host and serve the static content of your repositories.</p>
116+
<p>GitHub Pages uses GitHub’s infrastructure, which is built on Linux-based virtual machines or containers (often running on Ubuntu or other Linux distributions). This ensures that static websites generated from GitHub repositories are served efficiently, regardless of the underlying hardware or architecture.</p>
117+
<p>GitHub also uses tools like Jekyll (a static site generator) for building pages. Jekyll, along with many other build tools, is developed to work well on Linux-based environments.</p>
115118
</div>
116119
);
117120
}

src/components/app-profile-page/app-profile-page.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@ export class AppProfile {
9393
<td>StencilJS 4.7</td>
9494
</tr>
9595
<tr>
96+
<td>e-commerce-angular</td>
97+
<td><a href="https://sanjeetkumaritoutlook.github.io/e-commerce-angular/" target="_blank">Visit</a></td>
98+
<td>Angular 19</td>
99+
</tr>
100+
<tr>
101+
<td>e-commerce-react</td>
102+
<td><a href="https://sanjeetkumaritoutlook.github.io/e-commerce-react/" target="_blank">Visit</a></td>
103+
<td>React 18</td>
104+
</tr>
105+
<tr>
96106
<td>angular19-app</td>
97107
<td><a href="https://sanjeetkumaritoutlook.github.io/angular19-app/" target="_blank">Visit</a></td>
98108
<td>Angular 19</td>
@@ -105,7 +115,7 @@ export class AppProfile {
105115
<tr>
106116
<td>ionic-web-app</td>
107117
<td><a href="https://sanjeetkumaritoutlook.github.io/ionic-web-app/" target="_blank">Visit</a></td>
108-
<td>Angular 17</td>
118+
<td>Ionic Angular 17</td>
109119
</tr>
110120
<tr>
111121
<td>react-tinymce-form</td>

0 commit comments

Comments
 (0)