From edaced1fc0f1c2dd6a9fc7cbc36f4f1c361cac10 Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Sat, 29 Jul 2023 12:17:42 +0100 Subject: [PATCH] Retain working directory structure --- .github/workflows/push.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 945064bf..f9e857ad 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -78,10 +78,13 @@ jobs: contents: write runs-on: ubuntu-22.04 steps: + - name: Check out source code + uses: actions/checkout@v3 - name: Download coverage report uses: actions/download-artifact@v3 with: name: coverage-report + path: reports/coverage/ - name: Publish coverage report uses: JamesIves/github-pages-deploy-action@v4 with: