From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Sun, 4 Oct 2020 18:11:37 +0000 (+0800) Subject: :wrench: Remove comments from the end of file X-Git-Tag: nightly~1244^2^2~6 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=90173f456b2317fb9654c6cb63aa5f5ec19edc70;p=gwion.git :wrench: Remove comments from the end of file --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2fd088be..9cb72390 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -99,7 +99,3 @@ jobs: git add . git commit -m "Update html report" git push origin HEAD:gh-pages -# git push origin --set-upstream origin gh-pages -# git add -f html -# git commit -m "Update html report" -# git subtree push --prefix html origin gh-pages