From cbe8ca236af78b6218fbedc8e650449defee89ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 23 Feb 2020 13:32:47 +0100 Subject: [PATCH] :wrench: worktree --- .github/workflows/coverage.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1a41bf68..11d31aed 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -38,9 +38,7 @@ jobs: run: | git clone https://github.com/fennecdjay/gwion-coverage-report cd gwion-coverage-report - git branch - git pull - git checkout gh-pages -- html + git worktree add html origin/gh-pages - name: Generate Report run: | -- 2.43.0