From: Jérémie Astor Date: Thu, 20 Feb 2020 13:05:30 +0000 (+0100) Subject: :wrench: store reports X-Git-Tag: nightly~1840 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=23b770c0ddee07bb36bf3ece79b705be1daae0b8;p=gwion.git :wrench: store reports --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 83aa4443..a3fa974d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -84,6 +84,7 @@ jobs: git add README.md coverage_num.txt git commit -m "Update coverage" || true git push || true + git push :gh-pages || true cp focus.js html git add -f html git commit -m "Update html report"