From 5a2b816f6b95ebac6b5d85561b56a9c6cc72ac89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 23 Feb 2020 14:00:07 +0100 Subject: [PATCH] :wrench: typo --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0