From 55d7e0f47e0ab78e749c0fad18feb774995c15bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Jan=20K=C3=B6hler?= Date: Fri, 13 Dec 2024 23:17:22 +0100 Subject: [PATCH] Update publish-reports-github-pages.yml --- .github/workflows/publish-reports-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-reports-github-pages.yml b/.github/workflows/publish-reports-github-pages.yml index 0cde01ec..c637a3d1 100644 --- a/.github/workflows/publish-reports-github-pages.yml +++ b/.github/workflows/publish-reports-github-pages.yml @@ -143,6 +143,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages - publish_dir: pycov + publish_dir: ./pycov destination_dir: pycov keep_files: true