We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7274b04 commit 33cf437Copy full SHA for 33cf437
.github/workflows/code_coverage.yml
@@ -31,11 +31,11 @@ jobs:
31
uses: actions/upload-artifact@v4
32
with:
33
name: htmlcov
34
- path: htmlcov
+ path: ./htmlcov
35
36
- name: Deploy coverage report to GitHub Pages
37
uses: peaceiris/actions-gh-pages@v4
38
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
- publish_dir: htmlcov
+ publish_dir: ./htmlcov
41
publish_branch: gh-pages
0 commit comments