Skip to content

Commit 8b6a1b2

Browse files
MNT disable the gh page deploy in fork (#151)
1 parent 90a5c54 commit 8b6a1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ jobs:
117117

118118
- name: Deploy to GitHub Pages
119119
id: deployment
120-
if: github.event_name == 'push'
120+
if: github.event_name == 'push' && github.event.repository.fork == false
121121
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)