Skip to content

Commit b4a53e7

Browse files
authored
Merge pull request #7 from robinhundt/push-uoqsuszoskyu
gh-action: use -Zrustdoc-map for building docs
2 parents f3278cd + 3843733 commit b4a53e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rustdoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Cache
3030
uses: Swatinem/rust-cache@v2
3131
- name: Create Docs
32-
run: cargo doc --workspace --verbose --all-features --no-deps -Zunstable-options -Zrustdoc-scrape-examples
32+
# rustdoc-map allows us to link to doc.rs for dependencies
33+
run: cargo doc --workspace --verbose --all-features --no-deps -Zunstable-options -Zrustdoc-scrape-examples -Zrustdoc-map
3334
- name: Fix permissions
3435
run: |
3536
chmod -c -R +rX "target/doc/" | while read line; do

0 commit comments

Comments
 (0)