mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +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:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_branch: gh-pages
|
||||
publish_dir: ./book
|
||||
publish_dir: ./target/doc
|
||||
force_orphan: true
|
||||
|
|
Loading…
Reference in a new issue