We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0c304 commit cd14d29Copy full SHA for cd14d29
.github/workflows/test-examples.yml
@@ -108,10 +108,11 @@ jobs:
108
run: pdm run coverage html
109
110
- name: deploy to Github Pages
111
- uses: JamesIves/github-pages-deploy-action@v4
+ uses: robtaylor/github-pages-deploy-action@917f3d9b2236f3843efdf1a9e2ace72289437891
112
with:
113
folder: '${{ env.test_repo_path }}/${{ matrix.repo.design }}/htmlcov/'
114
branch: gh-pages
115
clean: false
116
force: false
117
+ silent: false
118
target-folder: coverage-${{matrix.artifact}}-${{matrix.dry}}
0 commit comments