From: Jérémie Astor Date: Sun, 23 Feb 2020 12:42:30 +0000 (+0100) Subject: :wrench: yaml syntax X-Git-Tag: nightly~1733^2~10 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=64ddd9dee6f8334b4afb2347b551a925e8048862;p=gwion.git :wrench: yaml syntax --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 81b68ca1..ef429d00 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -88,7 +88,7 @@ jobs: cp focus.js html cd html git commit -m "Update html report" - git push + git push origin gh-pages # git add -f html # git commit -m "Update html report" # git subtree push --prefix html origin gh-pages