From bd5c6e5469c2eeb636c66bc883b2993eef20d0f4 Mon Sep 17 00:00:00 2001 From: amaindeewari <59304869+amaindeewari@users.noreply.github.com> Date: Mon, 16 Aug 2021 18:58:36 +0530 Subject: [PATCH 1/3] [modified index] --- angular-crash-2021/src/index.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/angular-crash-2021/src/index.html b/angular-crash-2021/src/index.html index 380b79bf..92341bf5 100644 --- a/angular-crash-2021/src/index.html +++ b/angular-crash-2021/src/index.html @@ -1,13 +1,16 @@ - + + - Task Tracker + NSBM Task Tracker - - + + + - - + + + \ No newline at end of file From 11c412606d6b3ddbaa0a659d5bca8341dc2b1c8f Mon Sep 17 00:00:00 2001 From: amaindeewari <59304869+amaindeewari@users.noreply.github.com> Date: Mon, 16 Aug 2021 22:16:51 +0530 Subject: [PATCH 2/3] [changes 2] --- angular-crash-2021/package-lock.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/angular-crash-2021/package-lock.json b/angular-crash-2021/package-lock.json index 0d4811a9..9f59920b 100644 --- a/angular-crash-2021/package-lock.json +++ b/angular-crash-2021/package-lock.json @@ -21627,6 +21627,8 @@ "integrity": "sha512-v3+E0Ucu2xWJMOJ2fA/q9pDT/hlxHftHGPUay1/1cTgyPV5JTHFdO9hqo837Sx2s9vKBMTt5gO+lhF95PO6J+g==", "dev": true, "requires": { + "@angular/compiler": "9.0.0", + "@angular/core": "9.0.0", "app-root-path": "^3.0.0", "aria-query": "^3.0.0", "axobject-query": "2.0.2", From d82cda53578fe35e0fd8457372b42a0fa382971b Mon Sep 17 00:00:00 2001 From: amaindeewari <59304869+amaindeewari@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:07:08 +0530 Subject: [PATCH 3/3] [initial branch created and workflow file change] --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 383bf029..81e7ae45 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -3,7 +3,7 @@ name: Github Pages Deploy on: push: branches: - - "master" + - "test-pipline" jobs: build: @@ -24,5 +24,5 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@4.1.1 with: - branch: gh-pages # The branch the action should deploy to. + branch: deployment-artifacts # The branch the action should deploy to. folder: angular-crash-2021/dist/angular-crash # The folder the action should deploy. \ No newline at end of file