Skip to content

Commit 33cf437

Browse files
committed
Adjust path for html artifacts
1 parent 7274b04 commit 33cf437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: htmlcov
34-
path: htmlcov
34+
path: ./htmlcov
3535

3636
- name: Deploy coverage report to GitHub Pages
3737
uses: peaceiris/actions-gh-pages@v4
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
publish_dir: htmlcov
40+
publish_dir: ./htmlcov
4141
publish_branch: gh-pages

0 commit comments

Comments
 (0)