Skip to content

Commit 6eff86f

Browse files
committed
Build docs using nightly
1 parent 19e109c commit 6eff86f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ jobs:
4040
if: matrix.rust-version != 'stable'
4141
- name: Build
4242
run: cargo build --all-features
43-
- name: Docs
44-
run: cargo doc --all-features
43+
docs:
44+
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
4551
lint:
4652
runs-on: ubuntu-latest
4753
name: Lint

0 commit comments

Comments
 (0)