Skip to content

Commit a4db04c

Browse files
committed
Remove live branch
1 parent b2f44ab commit a4db04c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ts-pages.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
permissions:
99
id-token: write
1010
pages: write
11-
contents: write
1211

1312
jobs:
1413
deploy:
@@ -33,15 +32,3 @@ jobs:
3332
- name: Deploy to GitHub Pages
3433
id: deployment
3534
uses: actions/deploy-pages@v4
36-
37-
- name: Update live branch
38-
run: |
39-
git config --global user.name "Page deployment manager"
40-
git config --global user.email "videocreator@outlook.de"
41-
42-
git checkout --orphan live
43-
44-
git add .
45-
git commit -m "Update to latest live version"
46-
47-
git push -fu origin live

0 commit comments

Comments
 (0)