From 2752ce9841a2fe1733b46478fa1a0eae6c1d996a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 20 Feb 2020 14:08:21 +0100 Subject: [PATCH] :wrench: store reports --- .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 a3fa974d..82fc3fe0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -84,7 +84,7 @@ jobs: git add README.md coverage_num.txt git commit -m "Update coverage" || true git push || true - git push :gh-pages || true + git push origin :gh-pages || true cp focus.js html git add -f html git commit -m "Update html report" -- 2.43.0