From: Jérémie Astor Date: Mon, 17 Feb 2020 19:49:28 +0000 (+0100) Subject: use html dir X-Git-Tag: nightly~1880 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1683a960b874e30e48cf20fba78d6bd28f911123;p=gwion.git use html dir --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7fd076af..e425a2f4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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