From 760fcfe2abf1831635b3921b3126b5942c813000 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 23 Feb 2020 14:09:21 +0100 Subject: [PATCH] :wrench: more cumbersome git --- .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 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" -- 2.43.0