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 1144481 commit 820b29bCopy full SHA for 820b29b
.github/workflows/CI.yaml
@@ -92,7 +92,7 @@ jobs:
92
path: "./target/doc"
93
94
- name: Deploy to GitHub Pages
95
- if: ${{ github.event_name == 'push' && matrix.rust == 'stable' }}
+ if: ${{ github.event_name == 'push' && matrix.rust == 'stable' && runner.os == 'Linux' }}
96
id: deployment
97
uses: actions/deploy-pages@v4
98
0 commit comments