We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8cc35 commit b9b31b9Copy full SHA for b9b31b9
.github/workflows/coverage.yml
@@ -140,13 +140,14 @@ jobs:
140
run: |
141
coverage html
142
coverage xml -o htmlcov/coverage.xml
143
+ mv htmlcov coverage
144
145
- name: Deploy to gh-pages
146
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
147
with:
148
git-config-name: cuda-python-bot
149
git-config-email: cuda-python-bot@users.noreply.github.com
- folder: htmlcov/
150
- target-folder: docs/coverage/
+ folder: coverage
151
+ target-folder: docs/
152
commit-message: "Deploy coverage: ${{ env.COMMIT_HASH }}"
153
clean: false
0 commit comments