mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Fix rustdoc some more
This commit is contained in:
parent
a17c3f791c
commit
f1a0e16ecf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rustdoc.yaml
vendored
2
.github/workflows/rustdoc.yaml
vendored
|
@ -31,5 +31,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_branch: gh-pages
|
publish_branch: gh-pages
|
||||||
publish_dir: ./book
|
publish_dir: ./target/doc
|
||||||
force_orphan: true
|
force_orphan: true
|
||||||
|
|
Loading…
Reference in a new issue