Skip to content

Commit

Permalink
Enable scraping examples for docs.rs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMitia committed Oct 15, 2023
1 parent 4ae6a66 commit c5750ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "<meta name=\"robots\" content=\"noindex\">" > header.html
- name: Build docs
run: cargo doc --all-features --no-deps -p bevy
run: cargo +nightly doc --all-features --no-deps -p bevy

# This adds the following:
# - A top level redirect to the bevy crate documentation
Expand Down

0 comments on commit c5750ad

Please sign in to comment.