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 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", 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 @@ -
+ + -