From e20c3d381fc9f6c958bacbe2df3fd41e1642333e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Jan=20K=C3=B6hler?= Date: Fri, 13 Dec 2024 23:30:43 +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 c637a3d1..9f7895ad 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: non-existent # NOTE: strangely, the action does not work if I provide ./pycov destination_dir: pycov keep_files: true