Skip to content

Commit e5c482a

Browse files
committed
Update live branch deployment
It didnt work, now it should
1 parent fc6dde1 commit e5c482a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ts-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
id: deployment
3535
uses: actions/deploy-pages@v4
3636

37-
- name: Squash merge onto live branch
37+
- name: Update live branch
3838
run: |
3939
git config --global user.name "Page deployment manager"
4040
git config --global user.email "videocreator@outlook.de"
4141
git config --global user.password "${{ github.token }}"
4242
43-
git switch --orphan live
43+
git checkout --orphan live
4444
4545
git add .
4646
git commit -m "Update to latest live version"

0 commit comments

Comments
 (0)