mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
don't keep history for gh-pages
docs weigh a lot, and change a lot. Keeping their changes in history inflates repo size. By specifying `keep-history: false` we should be able to avoid that.
This commit is contained in:
parent
7d1bb35fb1
commit
f749a1b846
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ deploy:
|
|||
provider: pages
|
||||
skip-cleanup: true
|
||||
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/
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue