From: Jérémie Astor Date: Sun, 23 Feb 2020 13:09:21 +0000 (+0100) Subject: :wrench: more cumbersome git X-Git-Tag: nightly~1733^2~5 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=760fcfe2abf1831635b3921b3126b5942c813000;p=gwion.git :wrench: more cumbersome git --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 30a7f1f1..f1f4a044 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -88,7 +88,7 @@ jobs: cd html git add . git commit -m "Update html report" - git push + git push origin HEAD:gh-pages # git push origin --set-upstream origin gh-pages # git add -f html # git commit -m "Update html report"