Skip to content

Commit 7f122f6

Browse files
Merge pull request #19 from Chausseaumoine/nightly-docs-fix
fix(ci): use nightly toolchain for cargo doc in GitHub Pages workflow
2 parents 6e25040 + 709fdd1 commit 7f122f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
toolchain: nightly
3737
- name: cargo +nightly doc
38-
run: RUSTDOCFLAGS="-Z unstable-options --enable-index-page" cargo doc --all-features
38+
run: RUSTDOCFLAGS="-Z unstable-options --enable-index-page" cargo +nightly doc --all-features
3939
- name: page configuration
4040
uses: actions/configure-pages@v3
4141
- name: Upload artifact

0 commit comments

Comments
 (0)