Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Objective

- In bevyengine#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
  • Loading branch information
SkiFire13 authored Jul 30, 2024
1 parent 455c1bf commit adb4709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit adb4709

Please sign in to comment.