From: Jérémie Astor Date: Mon, 17 Feb 2020 19:57:25 +0000 (+0100) Subject: use html dir X-Git-Tag: nightly~1878 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=431c397ccbdf6e3319670771b09f965c674222a1;p=gwion.git use html dir --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1a589b6b..a4266517 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -70,7 +70,7 @@ 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 + git add README.md coverage_num.txt *.html git commit -m "Update coverage" || true git push || true git add -f html