Skip to content

Commit

Permalink
change git steps order
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Aug 20, 2024
1 parent 07fd604 commit 6845635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build pkgdown site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git pull --rebase origin ${{ github.head_ref }}
git add -A
git commit -m 'Build pkgdown site [skip ci]'
git pull --rebase origin ${{ github.head_ref }}
git push origin HEAD:${{ github.head_ref }}
4 changes: 2 additions & 2 deletions .github/workflows/increment_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add -A
git commit -m 'Increment version [skip ci]'
git pull --rebase origin ${{ github.head_ref }}
git add -A
git commit -m 'Build pkgdown site [skip ci]'
git push origin HEAD:${{ github.head_ref }}

0 comments on commit 6845635

Please sign in to comment.