From 23b770c0ddee07bb36bf3ece79b705be1daae0b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 20 Feb 2020 14:05:30 +0100 Subject: [PATCH] :wrench: store reports --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 83aa4443..a3fa974d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -84,6 +84,7 @@ jobs: git add README.md coverage_num.txt git commit -m "Update coverage" || true git push || true + git push :gh-pages || true cp focus.js html git add -f html git commit -m "Update html report" -- 2.43.0