Skip to content

Commit b9b31b9

Browse files
committed
Fix folder naming
1 parent 4a8cc35 commit b9b31b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,14 @@ jobs:
140140
run: |
141141
coverage html
142142
coverage xml -o htmlcov/coverage.xml
143+
mv htmlcov coverage
143144
144145
- name: Deploy to gh-pages
145146
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
146147
with:
147148
git-config-name: cuda-python-bot
148149
git-config-email: cuda-python-bot@users.noreply.github.com
149-
folder: htmlcov/
150-
target-folder: docs/coverage/
150+
folder: coverage
151+
target-folder: docs/
151152
commit-message: "Deploy coverage: ${{ env.COMMIT_HASH }}"
152153
clean: false

0 commit comments

Comments
 (0)