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