From a51e4b8cf267871a2f27f0f306685610551530bd Mon Sep 17 00:00:00 2001 From: Zameel Pichen Date: Fri, 16 Apr 2021 14:12:23 +0530 Subject: [PATCH 1/4] Create github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/github-actions-demo.yml diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml new file mode 100644 index 0000000..711d62e --- /dev/null +++ b/.github/workflows/github-actions-demo.yml @@ -0,0 +1,17 @@ +name: GitHub Actions Demo +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" + - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." + - name: Check out repository code + uses: actions/checkout@v2 + - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." + - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - name: List files in the repository + run: | + ls ${{ github.workspace }} + - run: echo "🍏 This job's status is ${{ job.status }}." From e933e503905939617f77cf52d1ac8d4fac5cef91 Mon Sep 17 00:00:00 2001 From: zahidpichen <137002342+Zahidpichen1@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:17:23 +0530 Subject: [PATCH 2/4] Update index.html added titel --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f010409..2ac3746 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,8 @@ + Different Styles

Hello World

I'm hosted with GitHub Pages.

- \ No newline at end of file + From 2073be6b6e9145753ec08d97591cc3db591448e4 Mon Sep 17 00:00:00 2001 From: zahidpichen <137002342+Zahidpichen1@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:19:12 +0530 Subject: [PATCH 3/4] updated index.html body --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f010409..f4c4ca8 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,9 @@

Hello World

+

Hello World1

+

Hello World2

+

Hello World3

I'm hosted with GitHub Pages.

- \ No newline at end of file + From 3eb7753d097d213c8069899506dc138662142d16 Mon Sep 17 00:00:00 2001 From: zahidpichen <137002342+Zahidpichen1@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:29:08 +0530 Subject: [PATCH 4/4] Update index.htmlwww --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f010409..71bd7bb 100644 --- a/index.html +++ b/index.html @@ -3,5 +3,6 @@

Hello World

I'm hosted with GitHub Pages.

+

I'm hosted with GitHub Pages, Mee too.

- \ No newline at end of file +