Skip to content

Commit 16f4273

Browse files
committed
ci: fix doc build
1 parent f815ea9 commit 16f4273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ jobs:
122122
path: doc/build/site
123123

124124
- name: Deploy to GitHub Pages
125-
if: github.repository_owner == 'jll63' && github.ref_name == 'feature/doc'
125+
if: matrix.os == 'ubuntu-latest' && github.repository_owner == 'jll63' && github.ref_name == 'feature/doc'
126126
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)