Skip to content

Commit

Permalink
have it check out the gh-pages branch (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
hovey committed Dec 18, 2024
1 parent e3806ab commit bc67411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/covertest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git checkout gh-pages
git add coverage.svg
git commit -m "Update coverage badge" || echo "No changes to commit"
git push --force "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" gh-pages
Expand Down

0 comments on commit bc67411

Please sign in to comment.