From 444a9309628bf2eecfd35134e01ac5b7bfa65368 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 23 Feb 2020 14:04:55 +0100 Subject: [PATCH] :wrench: more git --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1e0ad921..30a7f1f1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -84,12 +84,12 @@ jobs: git add README.md coverage_num.txt git commit -m "Update coverage" || true git push || true - git push origin :gh-pages || true cp focus.js html cd html git add . git commit -m "Update html report" - git push origin --set-upstream origin gh-pages + git push +# 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