Skip to content

Commit 820b29b

Browse files
authored
Update CI.yaml
1 parent 1144481 commit 820b29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
path: "./target/doc"
9393

9494
- name: Deploy to GitHub Pages
95-
if: ${{ github.event_name == 'push' && matrix.rust == 'stable' }}
95+
if: ${{ github.event_name == 'push' && matrix.rust == 'stable' && runner.os == 'Linux' }}
9696
id: deployment
9797
uses: actions/deploy-pages@v4
9898

0 commit comments

Comments
 (0)