Skip to content

Commit 3a1d3b9

Browse files
authored
Removed testing code in deploy.yml
1 parent 1440f3f commit 3a1d3b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
branches:
66
- master
7-
- deployment-pipeline-added
87
pull_request:
98
branches:
109
- master
11-
- deployment-pipeline-added
1210
workflow_dispatch:
1311

1412
jobs:
@@ -30,7 +28,6 @@ jobs:
3028
- name: Deploy to GitHub Pages
3129
run: |
3230
git checkout gh-pages || git checkout --orphan gh-pages
33-
# Make changes to gh-pages branch if necessary
3431
git add .
3532
git commit -m "Deploy updates"
3633
git push origin gh-pages --force

0 commit comments

Comments
 (0)