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
|
||||
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 New Issue
Block a user