We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f815ea9 commit 16f4273Copy full SHA for 16f4273
.github/workflows/ci.yml
@@ -122,5 +122,5 @@ jobs:
122
path: doc/build/site
123
124
- name: Deploy to GitHub Pages
125
- if: github.repository_owner == 'jll63' && github.ref_name == 'feature/doc'
+ if: matrix.os == 'ubuntu-latest' && github.repository_owner == 'jll63' && github.ref_name == 'feature/doc'
126
uses: actions/deploy-pages@v4
0 commit comments