Skip to content

Commit 6b0c304

Browse files
committed
wip
1 parent 39853d2 commit 6b0c304

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test-examples.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,11 @@ jobs:
107107
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
108108
run: pdm run coverage html
109109

110-
- name: upload html coverage artifact
111-
uses: actions/upload-pages-artifact@v3
112-
with:
113-
path: '${{ env.test_repo_path }}/${{ matrix.repo.design }}/htmlcov/'
114-
115-
116110
- name: deploy to Github Pages
117111
uses: JamesIves/github-pages-deploy-action@v4
118112
with:
119113
folder: '${{ env.test_repo_path }}/${{ matrix.repo.design }}/htmlcov/'
120114
branch: gh-pages
121115
clean: false
122116
force: false
123-
target-folder: coverage
117+
target-folder: coverage-${{matrix.artifact}}-${{matrix.dry}}

0 commit comments

Comments
 (0)