Skip to content

Commit

Permalink
No rebase please
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 23, 2023
1 parent 06cc1ca commit 951cd54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
- name: Deploy to Github
run: |
cd $HOME/distbranch
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit -m "Update dist"
git pull --rebase origin dist
git push origin HEAD:dist --force

0 comments on commit 951cd54

Please sign in to comment.