From: Jérémie Astor Date: Sun, 23 Feb 2020 13:00:07 +0000 (+0100) Subject: :wrench: typo X-Git-Tag: nightly~1733^2~7 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=5a2b816f6b95ebac6b5d85561b56a9c6cc72ac89;p=gwion.git :wrench: typo --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index dae9b990..1e0ad921 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -89,7 +89,7 @@ jobs: cd html git add . git commit -m "Update html report" - git push origin --set-upstream oirgin gh-pages + git push origin --set-upstream origin gh-pages # git add -f html # git commit -m "Update html report" # git subtree push --prefix html origin gh-pages