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 19e109c commit 6eff86fCopy full SHA for 6eff86f
.github/workflows/ci.yml
@@ -40,8 +40,14 @@ jobs:
40
if: matrix.rust-version != 'stable'
41
- name: Build
42
run: cargo build --all-features
43
- - name: Docs
44
- run: cargo doc --all-features
+ docs:
+ name: Docs
45
+ runs-on: ubuntu-latest
46
+ steps:
47
+ - uses: actions/checkout@v4
48
+ - run: rustup override set nightly
49
+ - name: Build Docs
50
+ run: ./docs.sh
51
lint:
52
runs-on: ubuntu-latest
53
name: Lint
0 commit comments