From 028cc0a19c9339ba6acca910679573bf9d532906 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 17 Feb 2020 20:59:45 +0100 Subject: [PATCH] use html dir --- .github/workflows/coverage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a4266517..3a465c0a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -70,10 +70,13 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git - git add README.md coverage_num.txt *.html + git add README.md coverage_num.txt git commit -m "Update coverage" || true git push || true git add -f html git commit -m "Update html report" git push origin :gh-pages || true git subtree push --prefix html origin gh-pages + git rm -r html + git commit -m "Update coverage" || true + git push || true -- 2.43.0