]> Nishi Git Mirror - gwion.git/commitdiff
use html dir
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 17 Feb 2020 19:49:28 +0000 (20:49 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 17 Feb 2020 19:49:28 +0000 (20:49 +0100)
.github/workflows/coverage.yml

index 7fd076af023f11e8b643389068b38790426aa4ee..e425a2f45219c00cd643db45629da11a5ae8a5c9 100644 (file)
@@ -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