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 0bf6f01 commit 6a7e4b7Copy full SHA for 6a7e4b7
.github/workflows/rustdoc.yml
@@ -8,8 +8,8 @@ on:
8
name: Rustdoc
9
10
jobs:
11
- publish:
12
- name: Publish
+ rustdoc:
+ name: Rustdoc
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout sources
.github/workflows/rustlib.yml
@@ -9,22 +9,6 @@ on:
name: Library testing
- rustdoc:
- name: Rustdoc
- runs-on: ubuntu-latest
- steps:
16
- - name: Checkout sources
17
- uses: actions/checkout@v5
18
-
19
- - name: Install nightly toolchain
20
- uses: dtolnay/rust-toolchain@nightly
21
22
- - name: Cache dependencies
23
- uses: Swatinem/rust-cache@v2
24
25
- - name: Check rustdoc build
26
- run: RUSTDOCFLAGS='--cfg docsrs' cargo +nightly doc --all-features -Zunstable-options -Zrustdoc-scrape-examples
27
28
test:
29
name: Test
30
strategy:
0 commit comments