Skip to content

Commit

Permalink
Fix git complaint.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Dec 5, 2024
1 parent 94ca885 commit af176ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git fetch origin gh-pages
git checkout -Bf gh-pages origin/gh-pages
git checkout -f gh-pages origin/gh-pages
# git checkout ${{ github.ref_name }}
# git pull origin coverage --rebase
git add coverage.json
Expand Down

0 comments on commit af176ee

Please sign in to comment.