mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge #1956
1956: don't keep history for gh-pages r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
7359bb94a8
@ -58,7 +58,7 @@ deploy:
|
|||||||
provider: pages
|
provider: pages
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable
|
github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable
|
||||||
keep-history: true
|
keep-history: false
|
||||||
local-dir: target/website/
|
local-dir: target/website/
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user