Skip to content

Commit

Permalink
Fix branch checked out in test site publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 5, 2024
1 parent 40df162 commit eed93d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Update the repository
git fetch
git checkout main
git checkout ${{ github.ref_name }}
git config pull.rebase true
git pull --rebase -ff
Expand Down

0 comments on commit eed93d6

Please sign in to comment.