mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
# Objective - In #12965 I broke CI (sorry!) - The command was tested locally, but somehow the yaml formatting messed it up - I hate yaml ## Solution - It should now use the correct formatting - I hope - I wish there was a straightforward way to test github actions locally
This commit is contained in:
parent
455c1bfbe8
commit
adb4709d08
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -59,7 +59,8 @@ jobs:
|
|||
env:
|
||||
# needs to be in sync with [package.metadata.docs.rs]
|
||||
RUSTDOCFLAGS: -Zunstable-options --cfg=docsrs --generate-link-to-definition
|
||||
run: cargo doc \
|
||||
run: |
|
||||
cargo doc \
|
||||
-Zunstable-options \
|
||||
-Zrustdoc-scrape-examples \
|
||||
--all-features \
|
||||
|
|
Loading…
Reference in a new issue