Skip to content

Commit 625a32d

Browse files
committed
Fix paths
1 parent b9b31b9 commit 625a32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
git-config-name: cuda-python-bot
149149
git-config-email: cuda-python-bot@users.noreply.github.com
150-
folder: coverage
151-
target-folder: docs/
150+
folder: coverage/
151+
target-folder: docs/coverage/
152152
commit-message: "Deploy coverage: ${{ env.COMMIT_HASH }}"
153153
clean: false

0 commit comments

Comments
 (0)