Skip to content

Commit 521a3db

Browse files
committed
Enable scraping examples for docs.rs generation
1 parent 4ae6a66 commit 521a3db

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
@@ -31,7 +31,7 @@ jobs:
3131
echo "<meta name=\"robots\" content=\"noindex\">" > header.html
3232
3333
- name: Build docs
34-
run: cargo doc --all-features --no-deps -p bevy
34+
run: cargo +nightly doc --all-features --no-deps -p bevy -Z unstable-options -Z rustdoc-scrape-examples
3535

3636
# This adds the following:
3737
# - A top level redirect to the bevy crate documentation

0 commit comments

Comments
 (0)