From a5e5ca35d227e47f77ec6d9c3b1534518ccb6db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Sara=C3=A7?= Date: Fri, 18 Mar 2022 10:59:29 +0300 Subject: [PATCH] update travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a289b4..2883c8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ script: - npm run build deploy: provider: pages - cleanup: false + cleanup: true local_dir: out token: $GITHUB_TOKEN target_branch: gh-pages