We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6dde1 commit e5c482aCopy full SHA for e5c482a
.github/workflows/ts-pages.yml
@@ -34,13 +34,13 @@ jobs:
34
id: deployment
35
uses: actions/deploy-pages@v4
36
37
- - name: Squash merge onto live branch
+ - 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
git config --global user.password "${{ github.token }}"
42
43
- git switch --orphan live
+ git checkout --orphan live
44
45
git add .
46
git commit -m "Update to latest live version"
0 commit comments