We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f762387 commit deee1d0Copy full SHA for deee1d0
.github/workflows/docs.yml
@@ -3,8 +3,7 @@ name: 📖
3
on:
4
push:
5
pull_request:
6
- branches:
7
- - main
+ branches: [main]
8
merge_group:
9
10
jobs:
@@ -23,7 +22,7 @@ jobs:
23
22
- uses: actions/checkout@v4
24
25
- name: Build docs
26
- run: RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps -Zunstable-options -Zrustdoc-scrape-examples --features "mpi,strict"
+ run: RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps -Zunstable-options -Zrustdoc-scrape-examples --all-features
27
28
- name: Set file permissions
29
run: |
0 commit comments