Skip to content

Commit

Permalink
use html dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 17, 2020
1 parent 8897c3b commit 1683a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git
git add README.md coverage_num.txt
git commit -m "Update coverage"
git push
git push || true
git add -f html
git commit -m "Update html report"
git push origin :gh-pages || true
Expand Down

0 comments on commit 1683a96

Please sign in to comment.