Skip to content

Commit 4b2a678

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ 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@f61c52120ed2ccffa2535865295bf853428c265d
112112
with:
113113
folder: '${{ env.test_repo_path }}/${{ matrix.repo.design }}/htmlcov/'
114114
branch: gh-pages

0 commit comments

Comments
 (0)