From 5a3ef2ca08bb42d39d182109621bbd677f23e383 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 23 Feb 2020 13:57:49 +0100 Subject: [PATCH] :wrench: What ? --- .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 8d3a1b21..dae9b990 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 gh-pages + git push origin --set-upstream oirgin gh-pages # git add -f html # git commit -m "Update html report" # git subtree push --prefix html origin gh-pages -- 2.43.0