mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Fix yaml syntax
This commit is contained in:
parent
176aa92026
commit
f8dadf896c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/rustdoc.yaml
vendored
3
.github/workflows/rustdoc.yaml
vendored
|
@ -27,7 +27,8 @@ jobs:
|
|||
run: cargo doc --all --no-deps
|
||||
|
||||
- name: Deploy Docs
|
||||
uses: "peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad"
|
||||
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_branch: gh-pages
|
||||
publish_dir: ./book
|
||||
|
|
Loading…
Reference in a new issue