From: Jérémie Astor Date: Mon, 17 Feb 2020 20:19:23 +0000 (+0100) Subject: :wrench: close script tag X-Git-Tag: nightly~1872 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=416108fc0f3c86e6ec8d21e661956831244156d7;p=gwion.git :wrench: close script tag --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9115cd3e..ac5c06a4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -74,7 +74,7 @@ jobs: git commit -m "Update coverage" || true git push || true cp focus.js html - sed -i 's///' html/index.src_*.html git add -f html git commit -m "Update html report" git push origin :gh-pages || true