From 3d7bb30853da348e71afd68fe80bda71ffd3eab8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 23 Feb 2020 13:38:41 +0100 Subject: [PATCH] :wrench: subtree usage --- .github/workflows/coverage.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 11d31aed..ac647d91 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -86,9 +86,12 @@ jobs: git push || true git push origin :gh-pages || true cp focus.js html - git add -f html +# git add -f html +# git commit -m "Update html report" +# git subtree push --prefix html origin gh-pages + cd html git commit -m "Update html report" - git subtree push --prefix html origin gh-pages + git push - name: Send mail -- 2.43.0