Skip to content

Commit d1af5dd

Browse files
committed
test fixes to github-pages-deploy-action
1 parent 6b0c304 commit d1af5dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,11 @@ jobs:
108108
run: pdm run coverage html
109109

110110
- name: deploy to Github Pages
111-
uses: JamesIves/github-pages-deploy-action@v4
111+
uses: robtaylor/github-pages-deploy-action@10882fae8fe8df6ed2aec9be2ac59f7c828c898c
112112
with:
113113
folder: '${{ env.test_repo_path }}/${{ matrix.repo.design }}/htmlcov/'
114114
branch: gh-pages
115115
clean: false
116116
force: false
117+
silent: false
117118
target-folder: coverage-${{matrix.artifact}}-${{matrix.dry}}

0 commit comments

Comments
 (0)