mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Update rustdoc action
This commit is contained in:
parent
1e305b89ed
commit
e5aed5c593
1 changed files with 5 additions and 7 deletions
12
.github/workflows/rustdoc.yaml
vendored
12
.github/workflows/rustdoc.yaml
vendored
|
@ -27,10 +27,8 @@ jobs:
|
||||||
run: cargo doc --all --no-deps
|
run: cargo doc --all --no-deps
|
||||||
|
|
||||||
- name: Deploy Docs
|
- name: Deploy Docs
|
||||||
uses: peaceiris/actions-gh-pages@v2.6.0-rc0
|
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
|
||||||
env:
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
publish_branch: gh-pages
|
||||||
PUBLISH_BRANCH: gh-pages
|
publish_dir: ./book
|
||||||
PUBLISH_DIR: ./target/doc
|
force_orphan: true
|
||||||
with:
|
|
||||||
forceOrphan: true
|
|
||||||
|
|
Loading…
Reference in a new issue