Travis CI: Readd skip_cleanup: true key

It's marked as deprecated, but I don't see how else I can make
deployment working.
This commit is contained in:
Hugo Locurcio
2020-02-28 19:02:10 +01:00
parent 22d6dbc2a7
commit b0edb6ee83

View File

@@ -16,6 +16,7 @@ script:
deploy:
provider: pages
skip_cleanup: true
local_dir: public
token: $GITHUB_TOKEN