Skip to content

Commit

Permalink
Force checkout to overwrite json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Dec 5, 2024
1 parent fdbdd97 commit 8d8663e
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 -B gh-pages origin/gh-pages
git checkout -Bf 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 8d8663e

Please sign in to comment.