From 90173f456b2317fb9654c6cb63aa5f5ec19edc70 Mon Sep 17 00:00:00 2001 From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Mon, 5 Oct 2020 02:11:37 +0800 Subject: [PATCH] :wrench: Remove comments from the end of file --- .github/workflows/coverage.yml | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.43.0