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